Skip to content

Instantly share code, notes, and snippets.

@ls-jad-elkik
Created November 16, 2021 20:13
Show Gist options
  • Select an option

  • Save ls-jad-elkik/9d437605b461e54053f5abd6aa466b7b to your computer and use it in GitHub Desktop.

Select an option

Save ls-jad-elkik/9d437605b461e54053f5abd6aa466b7b to your computer and use it in GitHub Desktop.
#!/Users/your-username/.poetry-home/venv/bin/python
# The shebang line should be the same as the one you have in the bin/poetry file
import cProfile
import sys
from poetry.console import main
sys.argv = ['poetry', 'update', '-vvv']
cProfile.run('main()', 'very-verbose.pstat')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment