You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Conda environment installation, setup, use and tips & tricks. [#conda #anaconda #python]
Most used commands
# Get list of already set up environments
conda env list
# Create an environment with specified python version
conda create -n py36 python=3.6 anaconda
# Create environment without prompting for yes/no and quiet mode