Open iromeo opened 4 years ago
Line PATH="/opt/conda/bin:${PATH}"' >> ~/.profile
also isn't valid, instead should be
/home/student/.bashrc
:
# >>> conda initialize >>>
# !! Contents within this block are managed by 'conda init' !!
__conda_setup="$('/opt/conda/bin/conda' 'shell.bash' 'hook' 2> /dev/null)"
if [ $? -eq 0 ]; then
eval "$__conda_setup"
else
if [ -f "/opt/conda/etc/profile.d/conda.sh" ]; then
. "/opt/conda/etc/profile.d/conda.sh"
else
export PATH="/opt/conda/bin:$PATH"
fi
fi
unset __conda_setup
# <<< conda initialize <<<
Due
'PATH="/opt/conda/envs/bio/bin:${PATH}"' >> ~/.profile &
in the lineusers get
bio
conda env bin folder even if the other environment is activated, this leads broken environments exceptbio
: