Conda (package manager): Difference between revisions
Line 4: | Line 4: | ||
How to use Anaconda: | How to use Anaconda: | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
# List all environments | |||
conda env list | |||
# Create an environment | # Create an environment | ||
conda create -n tf2 python=3.6 | conda create -n tf2 python=3.6 |