F
F
FeNbkaTeam12018-11-28 09:00:41
Python
FeNbkaTeam1, 2018-11-28 09:00:41

Python3 is not an internal or external command, how to fix?

I'm trying to enter a command starting with python, it gives out this, it seems to be in the path, how to fix it?
5bfe2e72264cd832661793.png5bfe2ea8aab38133821182.png

Answer the question

In order to leave comments, you need to log in

3 answer(s)
@
@river, 2018-11-28
@FeNbkaTeam1

On Windows, the executable file for python 3.x is called python.exe
, you can go to the python folder and make a copy of the file and name it python3.exe , or you can use the python command instead of python3

M
marataziat, 2018-11-28
@marataziat

when you installed python, you could immediately do "Add python to PATH" and that's it!

A
Alexander Shpak, 2018-11-28
@shpaker

On Windows, when installing python, the py.exe executable file flies to the Windows folder . If you have any problems with running python, then you can run it through it. Just type py in the terminal . In general, it is designed to live with several pythons on one Windows, and for example, you can run the second python like this: py -2 , and like this the third one: py -3 . Well, about the fact that python does not work, of course, the problem is that there is no path in the PATH variable, and yes, after changing it, you will probably have to log out and log in again (but this is not accurate).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question