From 2de88d6cfac1bbd85ff67958bd35eb0d10ed29e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 12 Dec 2020 08:47:40 +0100 Subject: profile: set pycache to be in central location --- profile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'profile') diff --git a/profile b/profile index ee600c9..407d512 100644 --- a/profile +++ b/profile @@ -6,6 +6,9 @@ export EDITOR=vim export CT_PREFIX_DIR='~/.local/${CT_TARGET}' export CT_LOCAL_TARBALLS_DIR="~/src/ct-ng" +# Python caching +export PYTHONPYCACHEPREFIX="$HOME/.cache/pycache" + # Rest of the profile run only if login is from linux console [[ "$(tty)" != /dev/tty* ]] && return -- cgit v1.2.3