summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2017-12-26 17:47:46 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2017-12-26 17:47:46 +0100
commitac873e13a7ca0ebd35f4cad64c08101f08f7b769 (patch)
treeceb5ed0414e7d8cba9246834c4394027c7d113f5
parent859feb37e1657a18367030207f2840cd7cf12e66 (diff)
downloaddeployment-ac873e13a7ca0ebd35f4cad64c08101f08f7b769.tar.gz
deployment-ac873e13a7ca0ebd35f4cad64c08101f08f7b769.tar.bz2
deployment-ac873e13a7ca0ebd35f4cad64c08101f08f7b769.zip
PYTHONPATH for per-user env
-rwxr-xr-xbootstrap-standalone1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap-standalone b/bootstrap-standalone
index b816852..5303532 100755
--- 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