-
-
Save Binjian/a729e6225f67b95b1495ea22aee72aa9 to your computer and use it in GitHub Desktop.
Revisions
-
satomacoto revised this gist
Jul 14, 2016 . 1 changed file with 6 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -24,4 +24,10 @@ $ conda create -n foo anaconda ``` $ source /usr/local/var/pyenv/versions/miniconda3-latest/envs/foo/bin/activate foo ``` # Remove the environment ``` $ conda-env remove -n foo ``` -
satomacoto revised this gist
Mar 2, 2016 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,11 +1,11 @@ # Install pyenv ``` $ brew update $ brew install pyenv ``` # Check available versions and install ``` $ pyenv install -l @@ -14,13 +14,13 @@ $ cd /path/to $ pyenv local miniconda3-latest ``` # Create a conda environment ``` $ conda create -n foo anaconda ``` # Activate the environment ``` $ source /usr/local/var/pyenv/versions/miniconda3-latest/envs/foo/bin/activate foo -
satomacoto revised this gist
Mar 2, 2016 . 1 changed file with 8 additions and 8 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,27 +1,27 @@ 1. Install pyenv ``` $ brew update $ brew install pyenv ``` 2. Check available versions and install ``` $ pyenv install -l $ pyenv install miniconda3-latest $ cd /path/to $ pyenv local miniconda3-latest ``` 3. Create conda environment ``` $ conda create -n foo anaconda ``` 4. Activate ``` $ source /usr/local/var/pyenv/versions/miniconda3-latest/envs/foo/bin/activate foo ``` -
satomacoto revised this gist
Mar 2, 2016 . 1 changed file with 9 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,23 +1,27 @@ 1. Install pyenv ``` $ brew update $ brew install pyenv ``` 2. Check available versions and install ``` $ pyenv install -l $ pyenv install miniconda3-latest $ cd /path/to $ pyenv local miniconda3-latest ``` 3. Create conda environment ``` $ conda create -n foo anaconda ``` 4. Activate ``` $ source /usr/local/var/pyenv/versions/miniconda3-latest/envs/foo/bin/activate foo ``` -
satomacoto revised this gist
Mar 2, 2016 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,19 +1,23 @@ 1. Install pyenv $ brew update $ brew install pyenv 2. Check available versions and install $ pyenv install -l $ pyenv install miniconda3-latest $ cd /path/to $ pyenv local miniconda3-latest 3. Create conda environment $ conda create -n foo anaconda 4. Activate $ source /usr/local/var/pyenv/versions/miniconda3-latest/envs/foo/bin/activate foo -
satomacoto revised this gist
Mar 2, 2016 . 1 changed file with 8 additions and 8 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,19 +1,19 @@ 1. Install pyenv $ brew update $ brew install pyenv 2. Check available versions and install $ pyenv install -l $ pyenv install miniconda3-latest $ cd /path/to $ pyenv local miniconda3-latest 3. Create conda environment $ conda create -n foo anaconda 4. Activate $ source /usr/local/var/pyenv/versions/miniconda3-latest/envs/foo/bin/activate foo -
satomacoto revised this gist
Mar 2, 2016 . 1 changed file with 0 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,8 +3,6 @@ $ brew update $ brew install pyenv 2. Check available versions and install $ pyenv install -l -
satomacoto created this gist
Mar 2, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,21 @@ 1. Install pyenv $ brew update $ brew install pyenv [https://github.com/yyuu/pyenv] 2. Check available versions and install $ pyenv install -l $ pyenv install miniconda3-latest $ cd /path/to $ pyenv local miniconda3-latest 3. Create conda environment $ conda create -n foo anaconda 4. Activate $ source /usr/local/var/pyenv/versions/miniconda3-latest/envs/foo/bin/activate foo