You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created two virtual environments using venv in my repository. There are two different sets of dependencies I need to work with for different branches of the code.
The first virtual environment is created by default. But when I try to switch to the other one (.venv_2), it doesn't raise any error but doesn't change the environment as well:
Description
I have created two virtual environments using
venv
in my repository. There are two different sets of dependencies I need to work with for different branches of the code.The first virtual environment is created by default. But when I try to switch to the other one (.venv_2), it doesn't raise any error but doesn't change the environment as well:
Output:
Output:
Also, poetry env remove is not working too:
Output:
Workarounds
No workaround! Right now I have to delete the
.venv
and recreate it every time I switch my branches.Poetry Installation Method
pipx
Operating System
Macos
Poetry Version
Poetry (version 1.8.5)
Poetry Configuration
Python Sysconfig
Example pyproject.toml
No response
Poetry Runtime Logs
The text was updated successfully, but these errors were encountered: