alfagaq.blogg.se

Python 3.6 install windows 10
Python 3.6 install windows 10












python 3.6 install windows 10

PATH setx /M PATH "%PATH% C:\Python37 C:\Python37\Scripts" PYTHONPATH setx /M PYTHONPATH "C:\Python37 C:\Python37\DLLs C:\Python37\lib C:\Python37\lib\plat-win C:\Python37\lib\site-packages" The Python and Pip directoies should be listed in PATH just look like the below. Pip will be installed to Scripts directory as the screenshot below.Īdd this directory C:\Python37\Scripts to the Windows environment path. Download get-pip.py Install Pip python get-pip.py The following steps are for installing Pip, the package manager of Python.

python 3.6 install windows 10

If you use older version, you might install Pip by using get-pip.py Pip is automatically installed since Python 2.7.9 and Python 3.4. You can ignore this section if your Python version is the lastest. Python 3 Downloadĭownload the installer from offical download page.Īdd this directory C:\Python37 to the Windows environment path. There is already a official document to guide you how to install Python on Microsoft Windows through an installer, you might prefer this way.














Python 3.6 install windows 10