Answers for "conda environment get python version"

0

check python version conda env

conda env list | grep -v "^$|#" |awk '{print $1;}'|xargs -I{} -d "n" sh -c 'printf "Env: {}t"; conda list -n {} |grep "^pythons";'
Posted by: Guest on May-07-2021
0

conda enviroment python version

conda activate <env_Name>
python --version
Posted by: Guest on August-17-2021

Code answers related to "conda environment get python version"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language