Skip to content

Instantly share code, notes, and snippets.

@tkoki
Created November 22, 2018 09:03
Show Gist options
  • Save tkoki/e8fe68c903891dc9e1d0503d0a0baa12 to your computer and use it in GitHub Desktop.
Save tkoki/e8fe68c903891dc9e1d0503d0a0baa12 to your computer and use it in GitHub Desktop.
fishde~/.config/fish/config.fish
set -gx PYENV_ROOT "$HOME/.pyenv"
status --is-interactive; and . (pyenv init - | psub)
@tkoki
Copy link
Author

tkoki commented Nov 22, 2018

fishでpyenv, Anacondaを使える様にする。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment