Python does not run in command prompt window

Asked 2 years ago, Updated 2 years ago, 15 views

Python and Anaconda are installed to practice artificial intelligence. If you go into the control panel program and check, you can see that there is a 3.7.1 version.

In the prompt window, if you run the Python command, that's how it appears and nothing works I just typed python, and the installation window for version 3.8 of the Maso Store Python appears

Does anyone know how to solve this?

python

2022-09-20 19:31

1 Answers

You can run it from Anaconda Prompt (anaconda3) installed with anaconda.

If you install the latest anaconda as the default setting, it does not automatically register the associated environment variables and does not run at the command prompt.

When installing the anaconda, "I don't recommend it, but will you register environmental variables? Registration may cause other problems. So, I don't recommend it." This option will come up at the time of installation.


2022-09-20 19:31

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.