Home > Software > Development > Python > Python 3
Details
- Package ID
- python3
- Version
- 3.8.2
- Downloads
- 2397862
- Website
- http://www.python.org/
Summary
Python 3.x is a programming language that lets you work more quickly and integrate your systems more effectively. You can learn to use Python 3.x and see almost immediate gains in productivity and lower maintenance costs.
Description
Python 3.x is a programming language that lets you work more quickly and integrate your systems more effectively. You can learn to use Python 3.x and see almost immediate gains in productivity and lower maintenance costs.
Package Parameters
/InstallDir
- Installation directory. NOTE: If you have pre-existing python3 installation, this parameter is ignored and existing python install location will be used
Example: choco install python3 --params "/InstallDir:C:\your\install\path"
Notes
- Python package manager
pip
is installed by default, but you can also invoke it using commandpy -m pip
which will usepip3
and adequate version of python if you also have python2 installed and/or pip2 on thePATH
. For more details see Python on Windows FAQ. - For complete list of silent install options see the Installing Without UI page.
Comments
Loading comments...