Setup pyenv
This commit is contained in:
parent
ea6fc5fbd4
commit
06a02883c8
@ -9,3 +9,9 @@ export PATH="/usr/local/opt/texinfo/bin:$PATH"
|
||||
[[ -f "$HOME/.bash_local" ]] && source "$HOME/.bash_local"
|
||||
|
||||
[[ -f "$HOME/.profile" ]] && source "$HOME/.profile"
|
||||
|
||||
# Setup pyenv (https://github.com/pyenv/pyenv)
|
||||
if command -v pyenv 1>/dev/null 2>&1;
|
||||
then
|
||||
eval "$(pyenv init -)"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user