If you have set up the virtual environment correctly, you will see the name of the virtual environment in parentheses when you call "workon". e.g., if your virtual environment is called cv, then you activate it by calling: your_prompt $ workon cv (cv) your_prompt $ python >>>quit...
_OLD_VIRTUAL_PS1="${PS1:-}"_OLD_VIRTUAL_PATH="$PATH"if[-n"${PYTHONHOME:-}"];then_OLD_VIRTUAL_PYTHONHOME="${PYTHONHOME:-}"fideactivate() {#reset old environment variablesif[-n"${_OLD_VIRTUAL_PATH:-}"];thenPATH="${_OLD_VIRTUAL_PATH:-}"exportPATHunset_OLD_VIRTUAL_PATHfiif[-n"...
When thechangeps1setting is set tofalse, the next time you open your terminal, you won't see the(base)environment message even though the environment is active. The setting basically disables showing the active Anaconda environment. If you need to re-enable showing the active environment, setch...