Skip to content

Instantly share code, notes, and snippets.

@theanht1
Last active March 12, 2020 04:57
Show Gist options
  • Select an option

  • Save theanht1/0ea6bb677261de1667faf27f4619499f to your computer and use it in GitHub Desktop.

Select an option

Save theanht1/0ea6bb677261de1667faf27f4619499f to your computer and use it in GitHub Desktop.
Anaconda Installation

Setup

MacOS

  • Download and install here

Cheatsheet

  • Create new environment: conda create --name python3.7 python=3.7
  • Activate an enviroment: conda activate python3.7
  • Deactivate current environment: conda deactivate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment