Answers for "how to run virtual environment in anaconda on mac terminal"

2

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 "how to run virtual environment in anaconda on mac terminal"

Python Answers by Framework

Browse Popular Code Answers by Language