In order to uninstall miniconda, simply remove the miniconda
folder,
rm -r ~/miniconda/
As for avoiding conflicts between different Python environments, you can use virtual environments. In particular, with Miniconda, the following workflow could be used,
$ wget https://repo.continuum.io/miniconda/Miniconda3-3.7.0-Linux-x86_64.sh -O ~/miniconda.sh $ bash miniconda $ conda env remove --yes -n new_env # remove the environement new_env if it exists (optional) $ conda create --yes -n new_env pip numpy pandas scipy matplotlib scikit-learn nltk ipython-notebook seaborn python=2 $ activate new_env $ # pip install modules if needed, run python scripts, etc # everything will be installed in the new_env # located in ~/miniconda/envs/new_env $ deactivate
Related Posts:
- “pip install unroll”: “python setup.py egg_info” failed with error code 1
- How do I install a Python package with a .whl file?
- pip/python: normal site-packages is not writeable
- How do I install a Python package with a .whl file?
- python3 command not found after installing python with pyenv
- Conda uninstall one package and one package only
- “ssl module in Python is not available”
- What is the difference between pip and conda?
- pip install mysql-python fails with EnvironmentError: mysql_config not found
- pip install mysql-python fails with EnvironmentError: mysql_config not found
- No module named “Torch”
- Visual C++ for python failed with exit status 2 when installing divisi2
- Zsh: Conda/Pip installs command not found
- PIP (Python) : ImportError: cannot import name _remove_dead_weakref
- How do I update\upgrade pip itself from inside my virtual environment?
- How do I update\upgrade pip itself from inside my virtual environment?
- How to install pip with Python 3?
- ‘pip’ is not recognized as an internal or external command
- How to update/upgrade a package using pip?
- How do I update\upgrade pip itself from inside my virtual environment?
- How to completely remove Python from a Windows machine?
- How to update/upgrade a package using pip?
- bash: pip: command not found
- bash: pip: command not found
- How to uninstall a package installed with pip install –user
- How to uninstall pip on OSX?
- How can I install packages using pip according to the requirements.txt file from a local directory?
- How to uninstall Anaconda completely from macOS
- How do I update Anaconda?
- ImportError: No module named pip
- ImportError: No module named pip
- “pip install unroll”: “python setup.py egg_info” failed with error code 1
- How do I install pip on macOS or OS X?
- Pip freeze vs. pip list
- How do I install pip on macOS or OS X?
- How can I install pip on Windows?
- ImportError: No module named tensorflow
- Conda command not found
- Where is BeautifulSoup4 hiding?
- Conda command not found
- Where does pip install its packages?
- ‘Conda’ is not recognized as internal or external command
- Where does pip install its packages?
- How to install python3 version of package via pip on Ubuntu?
- Could not install packages due to an EnvironmentError:
- Could not find a version that satisfies the requirement tensorflow
- ‘Conda’ is not recognized as internal or external command
- “Defaulting to user installation because normal site-packages is not writeable” python message
- Could not find a version that satisfies the requirement tensorflow
- How to install pytorch in Anaconda with conda or pip?
- How to uninstall Python 2.7 on a Mac OS X 10.6.4?
- ModuleNotFoundError: No module named ‘sklearn’
- Anaconda vs. miniconda
- Conda version pip install -r requirements.txt –target ./lib
- “ssl module in Python is not available” when installing package with pip3
- Conda version pip install -r requirements.txt –target ./lib
- How do I upgrade to Python 3.6 with conda?
- Can’t fix “zipimport.ZipImportError: can’t decompress data; zlib not available” when I type in “python3.6 get-pip.py”
- Configuring so that pip install can work from github
- import opencv vs import cv2
- No module named ‘psycopg2’
- Is #include
bad practice? - How to activate an Anaconda environment
- How to pip or easy_install tkinter on Windows
- ModuleNotFoundError: No module named ‘sklearn’
- pip or pip3 to install packages for Python 3?
- Bash: Python3: command not found (Windows, discord.py)
- Error after upgrading pip: cannot import name ‘main’
- filename.whl is not supported wheel on this platform
- “E: Unable to locate package python-pip” on Ubuntu 18.04 [duplicate]
- Permission denied error by installing matplotlib
- How do I install Python OpenCV through Conda?
- Updating matplotlib in virtualenv with pip
- ImportError: cannot import name main when running pip –version command in windows7 32 bit
- filename.whl is not a supported wheel on this platform
- E: unable to locate package pip
- bash: pip: command not found
- “E: Unable to locate package python-pip” on Ubuntu 18.04 [duplicate]
- How to run Conda?
- How to know the version of pip itself
- How to install pip3 on Windows?
- “ImportError: no module named ‘requests'” after installing with pip
- Tensorflow: why ‘pip uninstall tensorflow’ cannot find tensorflow
- How do I install the yaml package for Python?
- Installing tensorflow with anaconda in windows
- ModuleNotFoundError: No module named ‘matplotlib’
- How to install PIP on Python 3.6?
- error: Unable to find vcvarsall.bat
- error: Unable to find vcvarsall.bat
- AttributeError: Module Pip has no attribute ‘main’
- pg_config executable not found
- Can I force pip to reinstall the current version?
- How can I install Python’s pip3 on my Mac?
- Removing pip’s cache?
- setup script exited with error: command ‘x86_64-linux-gnu-gcc’ failed with exit status 1
- Could not find a version that satisfies the requirement
- Removing Conda environment
- No module named pkg_resources
- What is the purpose of “pip install –user …”?
- How to upgrade all Python packages with pip