Skip to content

Instantly share code, notes, and snippets.

@Binjian
Forked from satomacoto/README.md
Created June 27, 2024 02:14
Show Gist options
  • Save Binjian/a729e6225f67b95b1495ea22aee72aa9 to your computer and use it in GitHub Desktop.
Save Binjian/a729e6225f67b95b1495ea22aee72aa9 to your computer and use it in GitHub Desktop.

Revisions

  1. @satomacoto satomacoto revised this gist Jul 14, 2016. 1 changed file with 6 additions and 0 deletions.
    6 changes: 6 additions & 0 deletions README.md
    Original 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
    ```
  2. @satomacoto satomacoto revised this gist Mar 2, 2016. 1 changed file with 4 additions and 4 deletions.
    8 changes: 4 additions & 4 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -1,11 +1,11 @@
    1. Install pyenv
    # Install pyenv

    ```
    $ brew update
    $ brew install pyenv
    ```

    2. Check available versions and install
    # Check available versions and install

    ```
    $ pyenv install -l
    @@ -14,13 +14,13 @@ $ cd /path/to
    $ pyenv local miniconda3-latest
    ```

    3. Create conda environment
    # Create a conda environment

    ```
    $ conda create -n foo anaconda
    ```

    4. Activate
    # Activate the environment

    ```
    $ source /usr/local/var/pyenv/versions/miniconda3-latest/envs/foo/bin/activate foo
  3. @satomacoto satomacoto revised this gist Mar 2, 2016. 1 changed file with 8 additions and 8 deletions.
    16 changes: 8 additions & 8 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -1,27 +1,27 @@
    1. Install pyenv

    ```
    $ brew update
    $ brew 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
    $ pyenv install -l
    $ pyenv install miniconda3-latest
    $ cd /path/to
    $ pyenv local miniconda3-latest
    ```

    3. Create conda environment

    ```
    $ conda create -n foo anaconda
    $ conda create -n foo anaconda
    ```

    4. Activate

    ```
    $ source /usr/local/var/pyenv/versions/miniconda3-latest/envs/foo/bin/activate foo
    $ source /usr/local/var/pyenv/versions/miniconda3-latest/envs/foo/bin/activate foo
    ```
  4. @satomacoto satomacoto revised this gist Mar 2, 2016. 1 changed file with 9 additions and 5 deletions.
    14 changes: 9 additions & 5 deletions README.md
    Original 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
    ```
    $ source /usr/local/var/pyenv/versions/miniconda3-latest/envs/foo/bin/activate foo
    ```
  5. @satomacoto satomacoto revised this gist Mar 2, 2016. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions README.md
    Original 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
  6. @satomacoto satomacoto revised this gist Mar 2, 2016. 1 changed file with 8 additions and 8 deletions.
    16 changes: 8 additions & 8 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -1,19 +1,19 @@
    1. Install pyenv

    $ brew update
    $ brew 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
    $ pyenv install -l
    $ pyenv install miniconda3-latest
    $ cd /path/to
    $ pyenv local miniconda3-latest

    3. Create conda environment

    $ conda create -n foo anaconda
    $ conda create -n foo anaconda

    4. Activate

    $ source /usr/local/var/pyenv/versions/miniconda3-latest/envs/foo/bin/activate foo
    $ source /usr/local/var/pyenv/versions/miniconda3-latest/envs/foo/bin/activate foo
  7. @satomacoto satomacoto revised this gist Mar 2, 2016. 1 changed file with 0 additions and 2 deletions.
    2 changes: 0 additions & 2 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -3,8 +3,6 @@
    $ brew update
    $ brew install pyenv

    [https://github.com/yyuu/pyenv]

    2. Check available versions and install

    $ pyenv install -l
  8. @satomacoto satomacoto created this gist Mar 2, 2016.
    21 changes: 21 additions & 0 deletions README.md
    Original 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