0% found this document useful (0 votes)
23 views

1 Installing Pythoon

To install Python, double click the installation file and select options to install for all users and choose an installation location. This will start the installation process. After installation is complete, environment variables must be set up by finding the Python file location, editing the system path variable, and pasting the file path. Python can then be run from the command prompt to confirm a successful installation.

Uploaded by

Ranadheer Reddy
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views

1 Installing Pythoon

To install Python, double click the installation file and select options to install for all users and choose an installation location. This will start the installation process. After installation is complete, environment variables must be set up by finding the Python file location, editing the system path variable, and pasting the file path. Python can then be run from the command prompt to confirm a successful installation.

Uploaded by

Ranadheer Reddy
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Chapter 1

Installing Python
1) Double click on the file "python-3.4.4.amd64", you will get the following window select
install for all user and click next.

2) Next select the location where you want to install the file, and click on next.

3) Next select the sub feature you want to install and click on next.
4) After clicking on next the installation process will start, it might take a while to install,
once it's done click on finish to complete the installation process.

Setting up Environment Variable


In order to setup environment variable perform the following steps.

1) First find the location in the file system where python application file is present. Normally
while installing a folder by name "python34" will be created in C drive and you can find
python application in that folder. Copy the path.

2) Now go to "edit the system environment variable". This can be done by typing env in the
search bar. Once you click on "edit the system environment variable" you will get the
following window.

3) click on "Environment Variables" button and select "path" in System variable section and
click on edit button.
4) You will get the following window once you click on edit button. Now paste the path that
you have copied in step one to the end of the "variable value" text box and click on ok
buttons on all previously opened windows

5) In order to check whether python is running perfectly, go to command prompt and type
python you should get the following window if it is running fine.

You might also like