This is most commonly seen with users who have Anaconda or Miniconda initialized in their accounts. For a permanent solution, you can run the following command from an interactive terminal session:
Code Block |
---|
| conda config --set auto_activate_base false |
This will prevent conda from auto-activating when you first log in and allow you to have more control over your environment. When you'd like to activate anaconda, runĀ conda activate . See this example for information running anaconda workflows in batch with auto-activation disabled. |