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
mkdir /tmp/foo
python -m venv /tmp/foo/env
cd /tmp/foo
We are not switched into the new virtualenv.
It's normal to have a sub-directory of your project for your virtualenv. We should support this case, and also support the case where we are inside the virtualenv folder itself.
The text was updated successfully, but these errors were encountered:
To reproduce:
mkdir /tmp/foo
python -m venv /tmp/foo/env
cd /tmp/foo
We are not switched into the new virtualenv.
It's normal to have a sub-directory of your project for your virtualenv. We should support this case, and also support the case where we are inside the virtualenv folder itself.
The text was updated successfully, but these errors were encountered: