Install Python 3.7 on Windows or Linux

preview_player
Показать описание
Follow these steps to install Python 3.7 on Windows:
1. Remove old Python distributions
3. Install to C:\Python37
4. Add to PATH Environment Variable
a. C:\Python37
b. C:\Python37\Scripts
5. Open command window (cmd)
6. Install packages with pip

Python can also be installed on Linux with the following commands in a terminal window:

Python 3+:
sudo apt install python3
sudo apt install python3-pip

Python 2.7
sudo apt install python
sudo apt install python-pip

Рекомендации по теме
Комментарии
Автор

Thank you very much for helping people to find quick and solid understanding how to set up Python installation steps. I've been looking for many sites to find an easy installation steps to avoid cmd errors while typing python command. This is the best video I have watched how to set up Python.

Minhowls
Автор

Thank YOU!! For explaining how to remove older versions of python as well as setting environmental paths and installing pips... Very much appreciated!!

ronjonizzle
Автор

fantastic video, I'm a newbie and had trouble trying to get the IDLE window and installing pip+packages. You nailed it!

jvickers
Автор

I've spend hours to figure this out. Thank you so much!

randomman
Автор

thank you for this video, I didn't find any good tutorial to install pip on widows until now and this is a lifesaver!

clarawoodman
Автор

THIS IS BY FAR THE MOST EASIEST TO UNDERSTAND AND STEP-BY-STEP! THANK YOU VERY MUCH SIR! YOU JUST SAVE MY BACHELOR THESIS

eqbalelsid
Автор

Thanks for the easy to follow instructions (with the checklist) . . . creating the path ' C:\Python38 ' was what most of the vdos missed when customizing the installation . . .

tookjai
Автор

Thanks APMonitor.com, very well informed guide. We had problems with our Python filetype's not being recognized but it's all running smoothly now.

preciseestimatingltd
Автор

If anyone wants to install python in ubantu video will start at 11:35. Thank you so much man. I got finally without frustration. Thanks 😊

arunaagt
Автор

Thank you Thank you Thank you so so much for this video!!! Really easy to follow and helped me out massively as I couldn't get Python into the right area with all the files so thank you for this video!!

gamercharzard
Автор

Thank you, I have solved my problem !!! great video

LucaVV
Автор

Thank you very much, sir! You're doing a great job!

adochshanov
Автор

Thankyou so much .. i couldnt find better solutions for my error in loading numpy and panda

KomalSharma-xuqp
Автор

The next document will not be changing to python file.could you please explain How to make .py file.

amigana_
Автор

Hi, I have a bit of an issue with test.py step, the text file remains represented by the internet explorer icon and wont let me edit it with the IDE, is there anything i can do, perhaps even download the IDE seprately

abidkhan-pmgf
Автор

Great and very helpful video. The installer must select the customized type and set the environment variable correctly, which other videos failed to show.

xiaoluwang
Автор

I have followed all the instructions mentioned above, but I keep getting the below error for all the packages in windows. I don't know how to go about it. Please help me in this regard

"Could not find a version that satisfies the requirement matplotlib (from versions: )
No matching distribution found for matplotlib"

sushmam
Автор

I am doing the same thing now on one computer. I also removed all traces of python and anaconda and then searched the registry for lingering entries. you also need view hidden files and directories because there are many old python related directories in my user directory. I deleted these hidden directories too. I downloaded the 64 bit version. I like the idea of installing in the c:\ like you did because updating the path is easier and the files are easier to find.
This is good.

pnachtwey
Автор

17:40 didn't register as command. I couldn't continue the video any hints onto why this happened? Said "python command not found"

CommeDeGarcones
Автор

Hi IDE 3.7 How do I install that? Because when I right click IDE is not showing up, possibly because I do not have it on my computer. I have Notepad++ though, Does that help? When I followed the same instructions and clicked Run on Notepad it said, on what? Run on what. Please guide.

doreinpaulemmanuel