0% found this document useful (0 votes)
2 views3 pages

1 Python Installation Guide

This document provides a guide for installing Python on Windows and Linux operating systems. For Windows, it includes steps to download and install Python 3.9.0, while for Linux, it outlines installation procedures for both Debian and RPM-based distributions. Users are instructed to ensure they have the necessary permissions and internet connectivity during the installation process.

Uploaded by

BOKA-MANI
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views3 pages

1 Python Installation Guide

This document provides a guide for installing Python on Windows and Linux operating systems. For Windows, it includes steps to download and install Python 3.9.0, while for Linux, it outlines installation procedures for both Debian and RPM-based distributions. Users are instructed to ensure they have the necessary permissions and internet connectivity during the installation process.

Uploaded by

BOKA-MANI
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

CoreCode Programming Academy LLP Python Installation Guide

Python Installation Guide

Windows Operating System


• Download Python-3.9.0 Set up for 64 bit Windows OS (8.1
onwards) here.
• If ‘here’ option does not work then please find the set up URL
below: [Link]
[Link]
• Once the setup file is downloaded, click on it, you will get the
following dialogue box.

• [SEE THE NEXT PAGE]


CoreCode Programming Academy LLP Python Installation Guide

• Click on ‘Add Python 3.9 To Path’ Check Box.

• Click on the install now and wait for set to finish. At the end you
should get successful installation window as show below.

• Click on Close. Python is ready to use!


CoreCode Programming Academy LLP Python Installation Guide

Linux Operating System:

• On Linux systems you must depend on your distribution


repository for Python installation as [Link] does not
maintain precompiled binaries for the same.
• If you are using Debian based Linux distribution such as Ubuntu
/ Debian etc. then follow the given procedure.
1. Open Terminal (shell)
2. Make sure that you are connected to the internet.
3. Make sure that the logged in user is in the ‘sudoers’ group.
4. Run following command on terminal
# sudo apt-get install idle3
5. You will be prompted for password. Enter the same password that
your used for log in.
6. Wait for installer to finish the installation process. When you get
the next prompt without any error message then the installation
is complete.
• If you are using RPM based Linux distribution such as Fedora,
then follow the given procedure
1. Open Terminal (shell)
2. Make sure that you are connected to the internet.
3. Make sure that the logged in user is in the ‘sudoers’ group.
4. Run following command on terminal
# sudo dnf install idle3
5. You will be prompted for password. Enter the same password that
your used for log in.
6. Wait for installer to finish the installation process. When you get
the next prompt without any error message then the installation
is complete.

You might also like