问题
I installed Anaconda 3 and wanted to execute python from the shell. It returned that it's either written wrong or does not exist. Apparently, I have to add a path to the environmentle variable.
Can someone tell how to do this?
Environment: Windows 10, 64 bit and python 3.7
Ps: I know the web is full with that but I am notoriously afraid to make a mistake. And I did not find an exact entry for my environment. Thanks in advance.
Best Daniel
回答1:
Windows:
- search for -->Edit the system environment variables
- In Advanced tab, click Environment variabless
- In System variables, Select PATH and click edit. Now Click new, ADD YOU PATH.
- Click Apply and close.
Now, check in command prompt
来源:https://stackoverflow.com/questions/52792102/python-3-7-setting-environment-variable-path