Answers for "how to create conda environment with global packages"

3

conda create environment without packages

conda create --name myenv python=3.8 --no-default-packages
Posted by: Guest on August-23-2020
0

how to make conda to use global packages

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

Code answers related to "how to create conda environment with global packages"

Python Answers by Framework

Browse Popular Code Answers by Language