Answers for "set a conda environment with a python script"

12

create a virtual environment python conda

conda create -n yourenvname python=x.x anaconda
Posted by: Guest on May-11-2020
0

how to make conda to use global packages

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

Code answers related to "set a conda environment with a python script"

Python Answers by Framework

Browse Popular Code Answers by Language