Update pipx default python

This commit is contained in:
Gabriel Augendre 2022-03-30 19:59:23 +02:00
parent 527164fb94
commit 233ad22b7b

View file

@ -37,7 +37,7 @@ status --is-interactive; and pyenv virtualenv-init - | source
#gpgconf --launch gpg-agent
#set -gx SSH_AUTH_SOCK (gpgconf --list-dirs agent-ssh-socket)
set -gx PIPX_DEFAULT_PYTHON "$HOME/.pyenv/versions/3.8.5/bin/python"
set -gx PIPX_DEFAULT_PYTHON "$HOME/.pyenv/versions/3.10.3/bin/python"
set -gx LIBRARY_PATH $LIBRARY_PATH /usr/local/opt/openssl/lib/
set -gx EDITOR vim