Skip to content

Instantly share code, notes, and snippets.

@sirkonst
Last active March 31, 2022 20:56
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sirkonst/e39bc28218b57cc78b6f728b8da99f33 to your computer and use it in GitHub Desktop.
Save sirkonst/e39bc28218b57cc78b6f728b8da99f33 to your computer and use it in GitHub Desktop.
fish config for pyenv (~/.config/fish/config.fish)
set PYENV_ROOT $HOME/.pyenv
set -x PATH $PYENV_ROOT/bin $PATH
status --is-interactive; and . (pyenv init -|psub)
status --is-interactive; and . (pyenv virtualenv-init -|psub)
set -x VIRTUAL_ENV_DISABLE_PROMPT 1
@sirkonst
Copy link
Author

sirkonst commented Jan 19, 2017

env PYTHON_CONFIGURE_OPTS="--enable-shared" pyenv install 3.5.2

@sirkonst
Copy link
Author

sirkonst commented Sep 8, 2020

pyenv global 3.8.1 3.7.9 3.6.4 3.5.5

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