Retention and Loyalty Analyst at Tigo Paraguay (2018–present) · 5y ·
This happens because you need to add the path to python executable to the environment variables. Use the following steps:
- Open anaconda prompt
- Inside anaconda prompt write the following command: where python It will display the python executable path it should be something like: C:\Users\<your_user_name>\AppData\Local\Continuum\anaconda3\python.exe
- Copy the path without the \python.exe part
- Open windows search and write environment variables. It should display something like Edit Environment Variables For This Account or Edit System Environment Variables. You can use any of them, click and open. I modify the one on my account since I don't have Admin privileges. I will use my settings in this example.
- In the User's Variables double click on the Path variable. I'll open a new window.
- Click new, and paste the path you copied before.
- Now, there is another path you should add. Its the same as the one you just added but with the Scripts folder appended, like so: C:\Users\<your_user_name>\AppData\Local\Continuum\anaconda3\Scripts
- Click on OK button in both windows to save your changes.
- Next. Open cmd and write conda init cmd.exe
- Open or restart cmd and write conda activate base
- Then try it by typing python. It should work
Every time you open cmd to use python, you should activate it by executing the conda activate base command before using it, so you don't run into any trouble when it comes to load libraries.
92.5K views ·
View upvotes
· 1 of 7 answers
Something went wrong. Wait a moment and try again.