Skip to content

Instantly share code, notes, and snippets.

@davidonlaptop
Last active August 7, 2023 22:23
Show Gist options
  • Save davidonlaptop/20c8ce098629e140179a12a5e8c98262 to your computer and use it in GitHub Desktop.
Save davidonlaptop/20c8ce098629e140179a12a5e8c98262 to your computer and use it in GitHub Desktop.
python-hacks

General Links

Poetry

poetry install
source $(poetry env info --path)/bin/activate
deactivate
poetry env use 3.10.12      # Switch python version

Show dependencies of a python package

Multiple ways:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment