Resetting, reinstalling Python
by eco_bach from LinuxQuestions.org on (#4RYKJ)
On Ubuntu (Mate) 18.04.1 LTS
My PYTHONPATH is
:/home/jim/ytini/yt-conda/bin:/home/jim/ytini/yt-conda/sbin
Code:$python -Vreturns
Python 2.7.16 :: Anaconda, Inc.
The result of
Code:$dpkg -l|fgrep pythonis
https://paste.ubuntu.com/p/hntNrqZcFW/
So my question is, how do I start from a blank slate. ie remove ALL Python installs and reinstall a new version or Python 2.7?


My PYTHONPATH is
:/home/jim/ytini/yt-conda/bin:/home/jim/ytini/yt-conda/sbin
Code:$python -Vreturns
Python 2.7.16 :: Anaconda, Inc.
The result of
Code:$dpkg -l|fgrep pythonis
https://paste.ubuntu.com/p/hntNrqZcFW/
So my question is, how do I start from a blank slate. ie remove ALL Python installs and reinstall a new version or Python 2.7?