Need to initialize the .bashrc on home folder for conda
See original GitHub issue(/data/conda/myenv) jovyan@a1-0:~$ cat .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 <<<
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
How do I activate a conda environment in my .bashrc?
sudo ln -s /home/<user>/miniconda3/etc/profile.d/conda.sh ... put this at the end of your .bashrc file to open .bashrc open terminal, go to home directory....
Read more >Conda command not found, path is in .bashrc - Stack Overflow
The path in .bashrc has been appended with proper username. Part of .bashrc enter c __el_LAST_EXECUTED_COMMAND="${BASH_COMMAND}" printf "\033] ...
Read more >Initializing and activating your conda environment
Conda is a command line software installation tool based on python. It will allow us to install and run various useful applications inside...
Read more >conda 22.9.0 breaks bash command prompt #11885 - GitHub
I have upgraded from 4.14.0 to 22.9.0 and now my bash command prompt is broken. I used to see: (conda-env) hostname:/path/to/working/dir$ ...
Read more >Introduction to Python and environments with miniconda ...
It is a minimal install of the anaconda python distribution. It installs in your home directory so you don't need administrator priviledges to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
incorporate this for the conda support. Add this to the docker image
https://github.com/awslabs/aws-orbit-workbench/pull/700/files
Waiting for merge.