Answers for "create basic environment in anaconda"

29

anaconda create environment python version

conda create -n myenv python=3.6
Posted by: Guest on February-20-2020
3

how to create a virtual environment in anaconda

conda create -n env_name python=x.x anaconda
Posted by: Guest on June-25-2020

Code answers related to "create basic environment in anaconda"

Python Answers by Framework

Browse Popular Code Answers by Language