How to install python 3 on windows and set the path

preview_player
Показать описание
This is a quick video to show you how to install python 3 on windows and set the path to get it working in the command line.
Watch until the end!!

Installing Python can be tricky on windows if you are new to it.

I'll show you here:
- How to download python 3 and install it
- How to find where python is installed
- How to change the installation location and set the environment path variable so you are able to use it in the command line
- How to reconfigure pip3 to be able to install python modules.

I'll show you also how you can keep previous versions of python you have installed and how you can launch python 3.8 by typing "python3" in the command prompt.
Рекомендации по теме
Комментарии
Автор

This really helped so much. I got frustrated because I couldn't find the files and you taught me I could access them by changing the view to display hidden files. Then I found it very helpful when you showed how to create the new path with the updated python name (for me was Python39). I can now access python through my command center. Thank you so much!!!:)

chang
Автор

Thank You so Much!!! I had both python 3.6 & 3.7 installed and I needed to figure out a way to call both executables through cmd. Great Video!!!

shayeny
Автор

Thank you!!!! This was the confirmation I was looking for. Great video on where to install and how to do it right. I think pip was installing into Appdata default location and I was installing Python in C: which caused issues.

davidminaei
Автор

Thank you so much, this was incredibly helpful! I didn't know how to set the path, I had installed Python but couldn't use it in the command prompt!

PerkyBird
Автор

I wish this video was more highly recommended by the algorithm. I uninstalled python and reinstalled it following your instructions. Finally, my path issues have been solved after struggling with it many times. Thank you.

raffellothegreat
Автор

Thank you so much! This solved an issue I have been trying to solve since 2 days!

maarite
Автор

Thank you! Very helpful and well-explained :)

G.T.
Автор

This was a good to watch and helpfull!

trymye
Автор

You are the best! Thank you sooo much!

swoottt
Автор

Years later they haven't fixed this. You have to remove the "Installed for all users" first, then run the installer, and under advanced Options click on "Install for all users" and it changes the install path to C:\Program Files\Python39\ This way you don't have to manually copy things around and then configure pip again.

yarrokon
Автор

thanks a lot. when I try to upgrade pip using (python3 -m pip install --upgrade pip), the system shows me this massage.

Requirement already up-to-date: pip in c:\python38\lib\site-packages (20.1.1)

do you know hot to solve this problem ? could you please help me ?

rezasadeghi
Автор

what why doesn't it work ? i did excactly how you said it but it stills takes me to the windows store?

geoffreyhendrikx
Автор

i have pb to work with the itk, the installation was good, but this code :


import sys
import itk
input_filename = sys.argv[1]

output_filename = sys.argv[2]
image = itk.imread(input_filename)
median = itk.MedianImageFilter.New(image, Radius=2)
itk.imwrite(median, output_filename)


it's give me this error:


ImportError: DLL load failed while importing _ITKPyBasePython: Le module spécifié est introuvable.


please give me an advice to solve my pb?

moussasofia
Автор

Is there any reason why you copied the folder in C: ?

goce