about summary refs log tree commit diff stats
path: root/profile/python.sh
diff options
context:
space:
mode:
authorCase Duckworth2023-04-16 17:06:22 -0500
committerCase Duckworth2023-04-16 17:06:22 -0500
commit3b177d8c95f70db8e27fd046711f480e81ea3fa7 (patch)
tree078459e4b3ae19c9978a12ea24ade3d336f2345a /profile/python.sh
parentAdd a bunch of stuff (diff)
downloadetc-3b177d8c95f70db8e27fd046711f480e81ea3fa7.tar.gz
etc-3b177d8c95f70db8e27fd046711f480e81ea3fa7.zip
uhhhh
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"