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

Creating a virtual enviroment with custom python version #2

Open
federicoB opened this issue Apr 18, 2017 · 0 comments
Open

Creating a virtual enviroment with custom python version #2

federicoB opened this issue Apr 18, 2017 · 0 comments

Comments

@federicoB
Copy link

warpdrive project could take a -p flag for python version as virtualenv command

I tried to create a warpdrive project with an active virtualenv with custom python version.
If warpdrive is installed globally it's tries to access .warpdrive folder in home dir that doesn't exist.
If warpride is installed only in the virtualenv it tries to use os.py on line 24 of __init__.py but it's search os.py into the virtualenv. This cause an no such file error.

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