Python: Difference between revisions

Line 296: Line 296:
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
# Create an environment
# Create an environment
conda create -n tf2 python
conda create -n tf2 python=3.6


# Activate an environment
# Activate an environment
Line 302: Line 302:


# Change version of Python
# Change version of Python
conda install python=3.6
conda install python=3.7


# Update all packages
# Update all packages