Answers for "how to activate conda through 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 "how to activate conda through shell script"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language