Deactivate or disable Conda environment on startup

 If you use Anaconda it is enabled by default in your terminal. I faced an issue whereby my terminal opened slowly as I'm using a slow machine after installing Anaconda  so I removed it by entering the command below which removes Conda from starting when the terminal start's


alternatives if this does not work for you are as follows

Step 1.

Locate your ./bashrc and open it with your code editor and make sure you open with root user access sudo.

Step 2

Add the text "conda deactivate" below or after the conda initialization code as shown in the image below:


and save.

Done on Linux Manjaro and may work on other Distro's



Comments