We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I realized this evening that multiple Python versions installed on Windows coexist nicely as documented here: https://docs.python.org/3/using/windows.html
For this workshop, using 3.4 installed through the official installation package is done by using py -3 instead of python.exe.
py -3
python.exe
I know for Ubuntu, python usually indicates 2.7 usage while python3 is linked to the latest version of 3.
python
python3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I realized this evening that multiple Python versions installed on Windows coexist nicely as documented here: https://docs.python.org/3/using/windows.html
For this workshop, using 3.4 installed through the official installation package is done by using
py -3
instead ofpython.exe
.I know for Ubuntu,
python
usually indicates 2.7 usage whilepython3
is linked to the latest version of 3.The text was updated successfully, but these errors were encountered: