about summary refs log tree commit diff stats
path: root/profile/python.sh
blob: c5c11aa70eccd237fa0c2d820d51c089e05dddaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## Python environment
# 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

path_add_to_PATH "$XDG_DATA_HOME/python/bin"