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

Bash and cmd virtualenv overlap #3748

Closed
klondikemarlen opened this issue Jan 2, 2019 · 2 comments
Closed

Bash and cmd virtualenv overlap #3748

klondikemarlen opened this issue Jan 2, 2019 · 2 comments

Comments

@klondikemarlen
Copy link

Problem: I am currently developing using both bash (Ubuntu, WSL) and Windows 10. I need to be able to install my project in both a Windows and Ubuntu environment. This lead me to creating a Python virtual environment in to test my python app in both Windows and Ubuntu. The setup is like this:

myapp/windowsvenv
myapp/linuxvenv
myapp/frontend
myapp/etc.

As soon as I create a virtualenv in Bash the one from Windows no longer works. I am currently using Python3.6 and pip 18.1. There seems to be some kind of cache or configuration overlap?

@iivmok
Copy link

iivmok commented Jan 17, 2019

@klondikemarlen what does "stop working" mean?

@klondikemarlen
Copy link
Author

Complete failure. Seems to be looking for files that don't exists, in all the wrong places.

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

No branches or pull requests

3 participants