mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-12 17:53:57 +01:00
mise auto-create venv
This commit is contained in:
parent
4791e207d4
commit
c0b22dea4c
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ set -g fish_greeting "Yo ✌ Bien ?"
|
|||
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 PIP_REQUIRE_VIRTUALENV true
|
||||
set -gx MISE_PYTHON_VENV_AUTO_CREATE true
|
||||
|
||||
test -e {$HOME}/.iterm2_shell_integration.fish ; and source {$HOME}/.iterm2_shell_integration.fish
|
||||
|
||||
|
|
Loading…
Reference in a new issue