Compare commits

...

2 commits

Author SHA1 Message Date
b9d0d7eef6 set default python with mise 2024-05-21 17:53:35 +02:00
559cb1b6b9 update pipx default python 2024-05-21 17:53:22 +02:00
2 changed files with 2 additions and 1 deletions

View file

@ -38,7 +38,7 @@ set -g fish_greeting "Yo ✌ Bien ?"
# Install python with pyenv with tcl/tk support # Install python with pyenv with tcl/tk support
# https://stackoverflow.com/a/60469203/2758732 # https://stackoverflow.com/a/60469203/2758732
set -gx PYTHON_CONFIGURE_OPTS "--with-tcltk-includes='-I/usr/local/opt/tcl-tk/include' --with-tcltk-libs='-L/usr/local/opt/tcl-tk/lib -ltcl8.6 -ltk8.6'" set -gx PYTHON_CONFIGURE_OPTS "--with-tcltk-includes='-I/usr/local/opt/tcl-tk/include' --with-tcltk-libs='-L/usr/local/opt/tcl-tk/lib -ltcl8.6 -ltk8.6'"
set -gx PIPX_DEFAULT_PYTHON "/Users/gaugendre/.local/share/mise/installs/python/3.12.1/bin/python3.12" set -gx PIPX_DEFAULT_PYTHON "/Users/gaugendre/.local/share/mise/installs/python/3.12.3/bin/python3.12"
set -gx PIP_REQUIRE_VIRTUALENV true set -gx PIP_REQUIRE_VIRTUALENV true
set -gx MISE_PYTHON_VENV_AUTO_CREATE true set -gx MISE_PYTHON_VENV_AUTO_CREATE true

View file

@ -4,3 +4,4 @@ legacy_version_file = false
[tools] [tools]
usage = "latest" usage = "latest"
python = "3.12.3"