Helpful commands for Anaconda

An evolving list of helpful Anaconda commands.

Create an environment using a specific version of Python

You can create a virtual environment with a specific version of python this way:

1
conda create -n myenv python=3.6
Last updated on Nov 05, 2022 18:09 -0700
comments powered by Disqus