Files
dotfiles/shell/python.sh

9 lines
93 B
Bash

#
# Python
#
# Init pyenv
if [ -n "$(command -v pyenv)" ]; then
eval "$(pyenv init -)"
fi