Open samiujan opened 7 years ago
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
Hi
I think I found a typo
The project requires Python 3:
And asks you to install python3
But expects you to see 2.7
Is this a typo? If yes, I can fix it and send a PR