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

Update instructions to reflect Python 2.7 as many distros default to Python 3.x #4

Open
Luke-Tech opened this issue Jan 3, 2021 · 1 comment

Comments

@Luke-Tech
Copy link

Please update installation instructions to explicitly use Python 2.7 or update the code as there are some issues with running it under Python 3. Many distros default to Python 3.x.

Specify Python 2.7 when building the virtualenv:

virtualenv -p /usr/bin/python2.7 <env_name>

Thanks!

@manincharge
Copy link

It took me hours to figure out this. Instructions should be updated. Especially since the canary recommends 3.7+

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