aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--profile.dot.link2
1 files changed, 1 insertions, 1 deletions
diff --git a/profile.dot.link b/profile.dot.link
index 9eae070..83032ee 100644
--- a/profile.dot.link
+++ b/profile.dot.link
@@ -211,7 +211,7 @@ fi
if [ -e "$HOME/apps/python" ]; then
export PYTHONPATH="$HOME/apps/python"
- if [ -x "$HOME/apps/python/venv/bin/activate" ]; then
+ if [ -e "$HOME/apps/python/venv/bin/activate" ]; then
source $HOME/apps/python/venv/bin/activate
fi
fi