-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
poetry env remove does not work with in-project = true #2908
Comments
Think this is because, unlike |
Thanks for looking into this! Thanks! |
Sounds reasonable. Perhaps open a new issue as it would (I assume) require a change in the way poetry treats |
Is this a duplicate of #2124? |
In deed it is. I'll close it. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Hi Guys,
I'm using a poetry virtual env with
in-project = true
to have the environment created inside the project.Anyways, if I run the command
poetry env remove python3
instead of removing.venv
it errors out saying thatEnvironment "poetry-project-RoyKdWrW-py3.5" does not exist.
This command does work as expected if we store the environments in the regular cache.
It is a very minor bug since I can always do
rm -rf .venv
though.Thanks for the amazing work.
I am on the latest Poetry version.
I have searched the issues of this repo and believe that this is not a duplicate.
If an exception occurs when executing a command, I executed it again in debug mode (
-vvv
option).OS version and name: Ubuntu 16.04
Poetry version: 1.1.0a2
The text was updated successfully, but these errors were encountered: