about summary refs log tree commit diff stats
path: root/profile/python.sh
blob: 9353cfecf1107d19f8608fc10d21bdfe26f7f6ff (plain)
1
2
3
4
5
6
7
8
9
## Python environment
# I try not to use python, because the tooling is just terrible.  However,
# sometimes it's unavoidable.

# from grym on #emacs --- TODO: research what this actually does, lol
# it's annoying ... (2023-02-08)
#export PIP_REQUIRE_VIRTUALENV=1

path_add_to_PATH "$XDG_DATA_HOME/python/bin"