From 68d0f55c32b196fe9b9dae1afcd0f14909945e21 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sun, 8 Dec 2024 18:37:00 +0100 Subject: [PATCH] set latest python for pipx + mise --- dot_config/fish/private_config.fish.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/fish/private_config.fish.tmpl b/dot_config/fish/private_config.fish.tmpl index 4f19ba6..d91afa4 100644 --- a/dot_config/fish/private_config.fish.tmpl +++ b/dot_config/fish/private_config.fish.tmpl @@ -39,7 +39,7 @@ set -g fish_greeting "Wsh, bien ?" # Install python with pyenv with tcl/tk support # 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 PIPX_DEFAULT_PYTHON "/Users/gaugendre/.local/share/mise/installs/python/3.12.3/bin/python3.12" +set -gx PIPX_DEFAULT_PYTHON "/Users/gaugendre/.local/share/mise/installs/python/latest/bin/python" set -gx PIP_REQUIRE_VIRTUALENV true set -gx MISE_PYTHON_VENV_AUTO_CREATE true