That’s good information. Thanks!
Summary, choco install python
vs. choco install python3
:
python
- New versions might be available sooner (or at least different times than
python3
) - Installs Python to
C:\PythonXY
- Requires either
refreshenv
or settingPATH
(or using full path in using Pip and Python)
python3
- New versions might be available later (or at least different times than
python
) - Installs Python to
C:\Python
- Requires either
refreshenv
or settingPATH
(or using full path in using Pip and Python)