Added cargo and pyenv

This commit is contained in:
Louis Lacoste 2023-03-29 14:09:56 +02:00
parent e67d0bdcfd
commit e208e1c9f5
2 changed files with 7 additions and 0 deletions

View file

@ -36,3 +36,4 @@ fi
if [ -d "/usr/local/go" ]; then if [ -d "/usr/local/go" ]; then
PATH="$PATH:/usr/local/go/bin" PATH="$PATH:/usr/local/go/bin"
fi fi
. "$HOME/.cargo/env"

View file

@ -132,5 +132,11 @@ fi
unset __conda_setup unset __conda_setup
# <<< conda initialize <<< # <<< conda initialize <<<
export PYENV_ROOT="$HOME/.pyenv"
command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
# Fix to emacs not starting in Conda environment # Fix to emacs not starting in Conda environment
export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libc_malloc_debug.so export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libc_malloc_debug.so
. "$HOME/.cargo/env"