From 832af38380ba5b6a020b034059b4bc5ff7443ded Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sat, 13 May 2023 23:50:35 -0500 Subject: uhhh --- profile/python.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'profile/python.sh') 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 @@ # I try not to use python, because the tooling is just terrible. However, # sometimes it's unavoidable. +if ! ( execp python || execp python3 ) +then + return +fi + # from grym on #emacs --- TODO: research what this actually does, lol # it's annoying ... (2023-02-08) #export PIP_REQUIRE_VIRTUALENV=1 -- cgit 1.4.1-21-gabe81