From 6cd28a807f92a96508df32fcfef2e51ec47b4ce1 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Tue, 7 Nov 2023 12:25:25 -0600 Subject: fix(python): fix XDG Base Directory compat for python --- python/.config/profile.d/20-python.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python/.config/profile.d/20-python.sh') diff --git a/python/.config/profile.d/20-python.sh b/python/.config/profile.d/20-python.sh index 65ea113..febd407 100644 --- a/python/.config/profile.d/20-python.sh +++ b/python/.config/profile.d/20-python.sh @@ -1,3 +1,5 @@ #!/bin/sh export PYTHONSTARTUP="$XDG_CONFIG_HOME/python/startup.py" +export PYTHONUSERBASE="$XDG_DATA_HOME/python" +export PYTHONPYCACHEPREFIX="$XDG_CACHE_HOME/python" -- cgit v1.2.3-70-g09d2