Skip to content Skip to sidebar Skip to footer

Python Stopped Working On Anaconda Prompt Startup

Recently i have installed anaconda 64 bit python 3 version on my laptop. when i started anaconda prompt, it shows error of 'Python has stopped working' This is error in prompt, Fat

Solution 1:

This error seems to usually be because the pythonhome environment variable is not set.

See the first comment on the answer in this stack overflow post Python3 installed successfully, but cannot be opened in terminal

Solution 2:

I got the rid of error. Since i had python 2.7 installed and was trying to install anaconda with python 3.

I had to uninstall python 2.7, now it works fine. Thank you.

Post a Comment for "Python Stopped Working On Anaconda Prompt Startup"