Added cargo and pyenv
This commit is contained in:
parent
e67d0bdcfd
commit
e208e1c9f5
2 changed files with 7 additions and 0 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
6
.bashrc
6
.bashrc
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue