Created
April 10, 2020 18:26
-
-
Save eezis/3a198b9f65d1d3171c8cd20b30562d36 to your computer and use it in GitHub Desktop.
If you need to find the location of a poetry virtualenv for a project . . .
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# inside an active poetry shell . . . | |
$ which python | |
/home/eezis/.cache/pypoetry/virtualenvs/airflow-_F6chCj4-py3.8/bin/python |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment