mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-16 03:33:59 +01:00
regroup python env vars and require venv for pip
This commit is contained in:
parent
987320c228
commit
85f9be0af9
1 changed files with 2 additions and 2 deletions
|
@ -45,11 +45,11 @@ 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/rtx/installs/python/3.11.1/bin/python3"
|
||||||
|
set -gx PIP_REQUIRE_VIRTUALENV true
|
||||||
|
|
||||||
test -e {$HOME}/.iterm2_shell_integration.fish ; and source {$HOME}/.iterm2_shell_integration.fish
|
test -e {$HOME}/.iterm2_shell_integration.fish ; and source {$HOME}/.iterm2_shell_integration.fish
|
||||||
|
|
||||||
set -gx PIPX_DEFAULT_PYTHON "/Users/gaugendre/.local/share/rtx/installs/python/3.11.1/bin/python3"
|
|
||||||
|
|
||||||
set -gx LIBRARY_PATH $LIBRARY_PATH /usr/local/opt/openssl/lib/
|
set -gx LIBRARY_PATH $LIBRARY_PATH /usr/local/opt/openssl/lib/
|
||||||
set -gx EDITOR vim
|
set -gx EDITOR vim
|
||||||
set -gx DJANGOPROJECT_DATA_DIR $HOME/.djangoproject
|
set -gx DJANGOPROJECT_DATA_DIR $HOME/.djangoproject
|
||||||
|
|
Loading…
Reference in a new issue