How to delete/manage envs after the project folder is deleted? #9165
Unanswered
Justin1904
asked this question in
Q&A
Replies: 1 comment
-
You can only get the folder where the envs for all your projects are stored: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Sometimes I work on a project that I set up with poetry. Later I deleted that project locally from my computer. How do I locate/delete/manage the poetry-created envs associated with the deleted project? Docs on managing envs talks about
poetry env
which only works when the project folder still exists.Beta Was this translation helpful? Give feedback.
All reactions