Answers for "create enviorment conda"

10

how to make a conda environment

conda create --name myenv
#to activate environment:
conda activate myenv
Posted by: Guest on May-21-2020
1

conda create new env

conda create -n 
	NAME
		python=3.8
Posted by: Guest on January-13-2021

Python Answers by Framework

Browse Popular Code Answers by Language