I have just installed Anaconda on my computer because I need to use Numpy.
Well, when I use python I for some reason have to be in the same folder as python.exe
and, of course, now that I want to use Anaconda I have to be in the Anaconda3\Scripts
folder where python.exe
isn't. This is a nightmare, how can I use anaconda with python on a windows computer? Why does it have to be so complicated?
I think you are referring to the command-line use of python
?
If you have admin priviliges on your machine you can add python
to your environment variables, making it available in the console anywhere. (Sorry for different spellings, I am not on an english machine)
Shift+Pause
("System")PATH
. Append the complete path to your python.exe
without the file to that by adding a ;
behind the last path in the variable and then adding your path. Do not add any spaces!Example: C:\examplepath\;C:\Python27\
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With