Skip to content

Instantly share code, notes, and snippets.

@RANUX
Created September 19, 2022 13:55
Show Gist options
  • Save RANUX/22b40771d22bc8bf0f27ae06daa31183 to your computer and use it in GitHub Desktop.
Save RANUX/22b40771d22bc8bf0f27ae06daa31183 to your computer and use it in GitHub Desktop.
Miniconda Python 4

How to install Python 3.10 in Miniconda

conda create --name threeten --no-default-packages python=3.10
conda activate threeten

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