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

how to use it to configure the specific python version to use #75

Closed
ohadperry opened this issue Jan 11, 2015 · 1 comment
Closed

how to use it to configure the specific python version to use #75

ohadperry opened this issue Jan 11, 2015 · 1 comment

Comments

@ohadperry
Copy link

saw that it's using the .env file to make a virtual env. How do i specify python version as well

@GabLeRoux
Copy link

With virtualenvwrapper, you can create a virtualenv that uses python 3
mkvirtualenv --python=$(which python3) name_of_environment
then,
echo "workon name_of_environment" > .env

In my case, I couldn't manage to make autoenv to work, but if it runs source .env, then, it should work.

@dasJ dasJ closed this as completed Jul 29, 2016
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

3 participants