Skip to content

Instantly share code, notes, and snippets.

@gerarldlee
Forked from rexlow/conda.sh
Created February 20, 2022 07:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gerarldlee/75b56be4519f9457689fcf1df8c32a18 to your computer and use it in GitHub Desktop.
Save gerarldlee/75b56be4519f9457689fcf1df8c32a18 to your computer and use it in GitHub Desktop.
Install miniconda, tensorflow, keras, theano
bash Miniconda3-latest-MacOSX-x86_64.sh
// 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
conda update -f -c conda-forge tensorflow
conda install -c conda-forge opencv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment