commit ac873e13a7ca0ebd35f4cad64c08101f08f7b769
parent 859feb37e1657a18367030207f2840cd7cf12e66
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Tue, 26 Dec 2017 17:47:46 +0100
PYTHONPATH for per-user env
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/bootstrap-standalone b/bootstrap-standalone
@@ -56,6 +56,7 @@ function taler-exchange-keyup () {
}
export PATH="$HOME/deployment/bin:$HOME/local/bin:\$PATH"
+export PYTHONPATH="$HOME/local/lib/python3.5/site-packages"
export TALER_CHECKDB="postgresql:///talercheck?host=$HOME/sockets"
export TALER_CONFIG_CURRENCY=$CURRENCY
export TALER_CONFIG_STANDALONE=1