[PYTHON] How to uninstall pyenv itself

Here's how to uninstall pyenv

Uninstall pyenv

Let's uninstall it quickly!

If you installed with brew

#pyenv-If you have virtualenv installed, remove it first
brew uninstall pyenv-virtualenv

#Uninstall pyenv
brew uninstall pyenv

If you installed with git clone

#.Remove pyenv
rm -rf $(pyenv root)

Post-processing

Clean up ~ / .zshrc or ~ / .bash_profile. Open it with vim according to your environment.

vim ~/.zshrc
#vim ~/.bash_profile

In this

Please delete! (* 1: This is an option, so it may not be available.) In addition, if there is a description related to pyenv in order to eliminate the warning of brew doctor, you can delete it as well.

afterwards

source ~/.zshrc
#source ~/.bash_profile

Update with or restart your shell and you're done!

Recommended Posts

How to uninstall pyenv itself
How to use Pyenv
How to unlock pyenv global
How to install Anaconda with pyenv
How to use tkinter with python in pyenv
How to use Ruby's PyCall to enable pyenv Python
How to uninstall a module installed using setup.py
How to use xml.etree.ElementTree
How to use Python-shell
How to use tf.data
How to use virtualenv
Scraping 2 How to scrape
How to use image-match
How to use shogun
How to install Python
How to use Pandas 2
How to read PyPI
How to install pip
How to use Virtualenv
How to use numpy.vectorize
How to update easy_install
How to install archlinux
How to use pytest_report_header
How to restart gunicorn
How to install python
How to virtual host
How to use partial
How to use Bio.Phylo
How to use SymPy
How to use x-means
How to use WikiExtractor.py
How to update Spyder
How to use IPython
How to install BayesOpt
How to use virtualenv
How to use Matplotlib
How to use iptables
How to use numpy
How to use TokyoTechFes2015
How to use venv
How to use dictionary {}
How to grow dotfiles
How to use list []
How to use python-kabusapi
"How to count Fukashigi"
How to install Nbextensions
How to use OptParse
How to use return
How to install Prover9
How to use dotenv
How to operate NumPy
How to use pyenv-virtualenv
How to use Go.mod
How to use imutils
How to use import
How to get the variable name itself in python
How to set up a Python environment using pyenv
How to deal with pyenv initialization failure in fish 3.1.0
[Blender] Summary of how to install / update / uninstall add-ons
[2020.8 latest] How to install Python
How to estimate kernel density