Skip to content
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

Doesn't work for basic use cases #3

Open
dgrant opened this issue Dec 3, 2019 · 0 comments
Open

Doesn't work for basic use cases #3

dgrant opened this issue Dec 3, 2019 · 0 comments

Comments

@dgrant
Copy link

dgrant commented Dec 3, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant