I am new to ubuntu and the whole linux environment. I installed Anaconda on my system, but I would like to use the default python now for some reason. I removed the anaconda directory , but now the system can't find the python installation (obviously, but I dont know how to get to the right one). Can someone write out a step-by-step as to how I revert back to the original python (the default one ubuntu 14.04 comes with) ?
Thank you
In your .bashrc
file you will have a line something like, Anaconda adds it during the installation process:
export PATH=$HOME/anaconda/bin:$PATH
You need to remove that line, do a source .bashrc
and type python, that should open a shell using your system default python.
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