Skip to content

Instantly share code, notes, and snippets.

@rexlow
Last active February 20, 2022 07:23
Show Gist options
  • Save rexlow/93123f8003e3085d51316ede73c23d6d to your computer and use it in GitHub Desktop.
Save rexlow/93123f8003e3085d51316ede73c23d6d to your computer and use it in GitHub Desktop.

Revisions

  1. rexlow revised this gist Jan 10, 2018. 1 changed file with 5 additions and 3 deletions.
    8 changes: 5 additions & 3 deletions conda.sh
    Original file line number Diff line number Diff line change
    @@ -1,11 +1,13 @@
    bash Miniconda3-latest-MacOSX-x86_64.sh

    append env path
    // append env path

    conda install jupyter matplotlib pandas scipy Pillow scikit-learn

    conda install -c conda-forge keras tensorflow

    for some reasons tensorflow installed = 1.0.0, update here
    // for some reasons tensorflow installed = 1.0.0, update here

    conda update -f -c conda-forge tensorflow
    conda update -f -c conda-forge tensorflow

    conda install -c conda-forge opencv
  2. rexlow revised this gist Jan 10, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion conda.sh
    Original file line number Diff line number Diff line change
    @@ -2,7 +2,7 @@ bash Miniconda3-latest-MacOSX-x86_64.sh

    append env path

    conda install jupyter matplotlib
    conda install jupyter matplotlib pandas scipy Pillow scikit-learn

    conda install -c conda-forge keras tensorflow

  3. rexlow renamed this gist Jan 10, 2018. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  4. rexlow created this gist Jan 10, 2018.
    11 changes: 11 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    bash Miniconda3-latest-MacOSX-x86_64.sh

    append env path

    conda install jupyter matplotlib

    conda install -c conda-forge keras tensorflow

    for some reasons tensorflow installed = 1.0.0, update here

    conda update -f -c conda-forge tensorflow