Windows: Python, `pip` module not found?

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 setting PATH (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 setting PATH (or using full path in using Pip and Python)
1 Like