PYTHON 3.6.5 INSTALLATION


PYTHON 3.6.5 INSTALLATION

  1. Download Python 3.6.5
  1. Install (run as administrator)
  1. Python 3.6.5 installs in C:\Users\pkirklewski\AppData\Local\Programs\Python\Python36-32
  2. If Python is correctly installed you should be able to use the python launcher (just type python in the start menu and launch the application)
  1. Python launcher should give you the python command line environment

  1. Hit Windows + R and type sysdm.cpl then hit Enter
  1. Go to Advanced tab and Environment Variables

  1. Under System variables hit New and type

Variable Name: PYTHON_HOME
Variable value: C:\Users\pkirklewski\AppData\Local\Programs\Python\Python36-32

Where variable value is the installation directory of python


  1. You also need to modify the Path variable in System variables

  1. Edit Text and add the installation location of python
  1. Hi OK and Apply and open a new CMD window
  2. Type python -V





Comments

Popular posts from this blog

C# - Simple Class Library and how to use it in another project

AWS CLI - INSTALLATION AND CONFIGURATION

Upload a file to a Web server in ASP.NET by using Visual C# .NET