Follow these steps to install Python 3.7 on Windows:
1. Remove old Python distributions
2. Browse to python.org and download installer
3. Install to C:Python37
4. Add to PATH Environment Variable
a. C:Python37
b. C:Python37Scripts
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
See to learn scientific computing with Python and the Temperature Control Lab ( These exercises use the Python Jupyter Notebook that is available when you install Anaconda.
Nguồn: https://ftlinuxcourse.com
Xem thêm bài viết khác: https://ftlinuxcourse.com/huong-dan-cai-dat
Xem thêm Bài Viết:
- Trải nghiệm mới hay ho với hướng dẫn cài Mac Os trên vmware
- Bật mí cách cài đặt ssl miễn phí lên Let’s Encrypt
- Tuyệt chiêu tạo usb boot kali linux đơn giản dành cho bạn
- Hướng dẫn chi tiết từ A – Z các bước cài đặt Python trên Windows 10
- Bật mí quy trình cài đặt Kali Linux trên Vmware đúng chuẩn và chi tiết
I know this is a stupid question but i am on Pop os and i just installed python and i was wondering how i open python
For those of you who have an older version of python 3 on the Ubuntu distribution and want the newest version:
$ sudo apt upgrade python3
Thanks 🙂
Should I have this version before I get Anaconda?
Thanks it's verry usefull
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 . . .
if your here for Linux skip to 14:50
Sir can u guild me how to install python in cromebook for the first time ??
the title says ppython3.7 but in your video it shows 3.5??
Thx alot bro that really helpfull
Thankyou so much .. i couldnt find better solutions for my error in loading numpy and panda
thanx very much
thank you man,
Thanks so much for this video
merci beaucoup. c'est parfait
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 😊
17:40 didn't register as command. I couldn't continue the video any hints onto why this happened? Said "python command not found"
i want ti install open cv with python help please
I've spend hours to figure this out. Thank you so much!
THANK YOU SO MUCH SIR !
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!!
fantastic video, I'm a newbie and had trouble trying to get the IDLE window and installing pip+packages. You nailed it!
This is fantastic. I am only vaguely technical and this video is just the ticket. Everything else online assumes the world is made of git-geeks!
For Linux you are not showing it for python 3.7 or am I wrong?
Thank you very much for this video. It helped a lot with installing Python. Any further instructions on installing Anaconda properly?
The next document will not be changing to python file.could you please explain How to make .py file.