Answers for "log in python conda environment from terminal"

C++
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

Code answers related to "log in python conda environment from terminal"

Browse Popular Code Answers by Language