about summary refs log tree commit diff stats
path: root/profile/python.sh
diff options
context:
space:
mode:
Diffstat (limited to 'profile/python.sh')
-rw-r--r--profile/python.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/profile/python.sh b/profile/python.sh index 9353cfe..c5c11aa 100644 --- a/profile/python.sh +++ b/profile/python.sh
@@ -2,6 +2,11 @@
2# I try not to use python, because the tooling is just terrible. However, 2# I try not to use python, because the tooling is just terrible. However,
3# sometimes it's unavoidable. 3# sometimes it's unavoidable.
4 4
5if ! ( execp python || execp python3 )
6then
7 return
8fi
9
5# from grym on #emacs --- TODO: research what this actually does, lol 10# from grym on #emacs --- TODO: research what this actually does, lol
6# it's annoying ... (2023-02-08) 11# it's annoying ... (2023-02-08)
7#export PIP_REQUIRE_VIRTUALENV=1 12#export PIP_REQUIRE_VIRTUALENV=1