Skip to content

Instantly share code, notes, and snippets.

@satomacoto
Last active September 21, 2017 01:29
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 satomacoto/c42be80c941c4f8771058f5dd955d268 to your computer and use it in GitHub Desktop.
Save satomacoto/c42be80c941c4f8771058f5dd955d268 to your computer and use it in GitHub Desktop.
pyenv install miniconda3-latest
pyenv local miniconda3-latest
conda create -n myenv anaconda
source (conda info --root)/etc/fish/conf.d/conda.fish
conda activate myenv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment