DEV Community

Rishikesh Agrawani
Rishikesh Agrawani

Posted on

5 3

Setting Anaconda PATH on windows

Anaconda PATH Settings

I have installed Anaconda inside C:\Anaconda5.1Python3.6 directory.

In my case, I have the following 5 paths as the value of PATH environment variable. I have appended these PATHs one after one by putting ; as a separator of 2 PATHs.

C:\Anaconda5.1Python3.6
C:\Anaconda5.1Python3.6\Library\mingw-w64\bin
C:\Anaconda5.1Python3.6\Library\usr\bin
C:\Anaconda5.1Python3.6\Library\bin
C:\Anaconda5.1Python3.6\Scripts
Enter fullscreen mode Exit fullscreen mode

Now you can start new Anaconda promt or Windows command line and type the below command to check Python version.

python --version
Enter fullscreen mode Exit fullscreen mode

You can also run Python interpreter by typing the below command on Anaconda prompt or Windows command line.

python
Enter fullscreen mode Exit fullscreen mode

Everything is ok if you are able to get into the Python interpreter and execute Python statements.

Hostinger image

Get n8n VPS hosting 3x cheaper than a cloud solution

Get fast, easy, secure n8n VPS hosting from $4.99/mo at Hostinger. Automate any workflow using a pre-installed n8n application and no-code customization.

Start now

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Explore a trove of insights in this engaging article, celebrated within our welcoming DEV Community. Developers from every background are invited to join and enhance our shared wisdom.

A genuine "thank you" can truly uplift someone’s day. Feel free to express your gratitude in the comments below!

On DEV, our collective exchange of knowledge lightens the road ahead and strengthens our community bonds. Found something valuable here? A small thank you to the author can make a big difference.

Okay