diff options
Diffstat (limited to 'profile.dot.link')
-rw-r--r-- | profile.dot.link | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/profile.dot.link b/profile.dot.link index 83bfa09..c343fdc 100644 --- a/profile.dot.link +++ b/profile.dot.link @@ -209,6 +209,10 @@ fi # Python if [ -e "$HOME/apps/python" ]; then export PYTHONPATH="$HOME/apps/python" + + if [ -x "$HOME/apps/python/venv/bin/activate" ]; then + source $HOME/apps/python/venv/bin/activate + fi fi # Bash specifics |