User Tools

Site Tools


programming:python

This is an old revision of the document!


Python

Install on Wndows

Package Manager PIP

Python (instead of Active Python, which adds enterprise support)

# install python from here
https://www.python.org/downloads/windows/
Package Manager PIP
# download get-pip.py from here https://pip.pypa.io/en/stable/installing/#do-i-need-to-install-pip
# execute to install pip
python get-pip.py

Then add the following location to the environment variable Path. There “pip” is located.
<PATH-TO-PYTHON>/Scripts

Use package maanger
# restart the shell after updating the PATH and execute for example
pip install boto3
programming/python.1501837048.txt.gz · Last modified: (external edit)