Answers for "create a conda package"

64

conda create environment

conda create -n myenv python=3.6
Posted by: Guest on October-01-2020
12

conda create environment

conda create --name myenv
Posted by: Guest on February-20-2020
0

how to make conda to use global packages

export PYTHONNOUSERSITE=0
Posted by: Guest on October-19-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language