Files
dotfiles/shell/python.sh

9 lines
150 B
Bash

#
# Python
#
# Load virtualenv-burrito if it's available
if [ -f "$HOME/.venvburrito/startup.sh" ]; then
source "$HOME/.venvburrito/startup.sh"
fi