Home python Python is not an internal or external command executed by a program...

Python is not an internal or external command executed by a program or batch file

Author

Date

Category

I wanted to open the folder through the command line that is on the path "D: \ PQ5 \ Venv \ scripts" . This error appears. Is not internal or external
A command executed by a program or batch file.
If you check the version of Python, then the console displays.
User environment variables are written.

and in system variables is:

CMD error:


Answer 1, Authority 100%

So you are trying to start the folder. To go to the folder use

D:
CD D: \ PQ5 \ Venv \ scripts

To open the conductor Write

start d: \ pq5 \ venv \ scripts

Programmers, Start Your Engines!

Why spend time searching for the correct question and then entering your answer when you can find it in a second? That's what CompuTicket is all about! Here you'll find thousands of questions and answers from hundreds of computer languages.

Recent questions