Answers for "delete conda init"

1

how to activate conda environment

conda activate myenv
Posted by: Guest on August-23-2020
0

activate conda with source

#!/bin/bash
source /Users/yourname/anaconda/bin/activate your_env
python --version # example way to see that your virtual env loaded as expected
Posted by: Guest on January-05-2021

Browse Popular Code Answers by Language