Update pipx default python version

This commit is contained in:
Gabriel Augendre 2023-02-17 09:25:49 +01:00
parent d3754a863e
commit 5e08db8ced

View file

@ -46,7 +46,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.10.3/bin/python"
set -gx PIPX_DEFAULT_PYTHON "$HOME/.pyenv/versions/3.10.9/bin/python"
set -gx LIBRARY_PATH $LIBRARY_PATH /usr/local/opt/openssl/lib/
set -gx EDITOR vim