aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/python/.config/profile.d/20-python.sh
diff options
context:
space:
mode:
Diffstat (limited to 'python/.config/profile.d/20-python.sh')
-rw-r--r--python/.config/profile.d/20-python.sh2
1 files changed, 2 insertions, 0 deletions
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"