Skip to content
Snippets Groups Projects
Commit d25d6597 authored by Elian Loraux's avatar Elian Loraux
Browse files

init anaconda in bashrc

parent 8ad38933
Branches
No related tags found
No related merge requests found
......@@ -6,17 +6,4 @@ bash Anaconda3-2023.09-0-Linux-x86_64.sh -b
chown kasm-user:kasm-user anaconda3
# # >>> conda initialize >>>
# # !! Contents within this block are managed by 'conda init' !!
# __conda_setup="\$('/home/kasm-user/anaconda3/bin/conda' 'shell.bash' 'hook' 2> /dev/null)"
# if [ \$? -eq 0 ]; then
# eval "\$__conda_setup"
# else
# if [ -f "/home/kasm-user/anaconda3/etc/profile.d/conda.sh" ]; then
# . "/home/kasm-user/anaconda3/etc/profile.d/conda.sh"
# else
# export PATH="/home/kasm-user/anaconda3/bin:\$PATH"
# fi
# fi
# unset __conda_setup
# # <<< conda initialize <<<
cat anaconda3/etc/profile.d/conda.sh >> /home/kasm-default-profile/.bashrc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment