Often when using conda environments, the environment variables set in my rc file are overwritten (experienced with both bash as zsh), particularly my $PATH
variable. It does not always happen though; I just experienced this, then tried to reproduce it but the second time it did not happen.
After activating the conda environment (source activate py35
) I can resource my rc file (source ~/.zshrc
) to recover my environment variables but can I avoid this extra step?