Skip to content

Instantly share code, notes, and snippets.

@naviat
Created April 18, 2020 02:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save naviat/26dc6b1901b8c3f13240475537876bdd to your computer and use it in GitHub Desktop.
Save naviat/26dc6b1901b8c3f13240475537876bdd to your computer and use it in GitHub Desktop.

Open Anaconda Prompt (base):

Update conda:

conda update -n base -c defaults conda

Create new environment with Python 3.8:

conda create -n python38 python=3.8

Activate your new Python 3.8 environment:

conda activate python38

Start Python 3.8:

python

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment