mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-04 22:04:00 +01:00
Update pipx default python
This commit is contained in:
parent
527164fb94
commit
233ad22b7b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue