Skip to content

Instantly share code, notes, and snippets.

@koobitor
Last active February 22, 2020 15:07
Show Gist options
  • Save koobitor/bc2aafbbf8821161bfe7993febf74b03 to your computer and use it in GitHub Desktop.
Save koobitor/bc2aafbbf8821161bfe7993febf74b03 to your computer and use it in GitHub Desktop.
### INIT
```
conda init zsh
```
### Create Virtual Environment
```
conda create -n AIML python=3.7
conda activate AIML
conda install numpy scipy matplotlib pandas mayavi cvxopt
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment