Answers for "activate conda env and run conda cmd in shell script"

1

Activate Conda Environment in Bash Script

eval "$(conda shell.bash hook)"
conda activate <env-name>
Posted by: Guest on May-31-2021

Code answers related to "activate conda env and run conda cmd in shell script"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language