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

Typo in README? #111

Open
samiujan opened this issue Feb 16, 2017 · 1 comment
Open

Typo in README? #111

samiujan opened this issue Feb 16, 2017 · 1 comment

Comments

@samiujan
Copy link

Hi

I think I found a typo

The project requires Python 3:

Make sure to install Python 3.x instead of the default 2.x

And asks you to install python3

$ virtualenv --python=/usr/bin/python3 env
You can activate it.

But expects you to see 2.7

$ source ./env/bin/activate
Verify the version of python from the 1st line by the below command.

$ python
Python 2.7.6 (default, Jun 22 2015, 17:58:13)

Is this a typo? If yes, I can fix it and send a PR

@IsFlwrs
Copy link

IsFlwrs commented Jul 2, 2018

Hi @samiujan

First you may check where is the path to your python3 with this command for linux / mac

$ which python3
$ /usr/local/bin/python3

After you are ready for create the virtual environment, you can try:

virtualenv --python=/usr/local/bin/python3 env
or
virtualenv --python=python3 env

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

2 participants