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, 4 insertions, 1 deletions
diff --git a/profile/python.sh b/profile/python.sh index 80d4ee2..9353cfe 100644 --- a/profile/python.sh +++ b/profile/python.sh
@@ -3,4 +3,7 @@
3# sometimes it's unavoidable. 3# sometimes it's unavoidable.
4 4
5# from grym on #emacs --- TODO: research what this actually does, lol 5# from grym on #emacs --- TODO: research what this actually does, lol
6export PIP_REQUIRE_VIRTUALENV=1 6# it's annoying ... (2023-02-08)
7#export PIP_REQUIRE_VIRTUALENV=1
8
9path_add_to_PATH "$XDG_DATA_HOME/python/bin"