Setup pyenv

This commit is contained in:
Jeremy Dormitzer 2020-02-14 10:20:38 -05:00
parent ea6fc5fbd4
commit 06a02883c8

View File

@ -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