# HG changeset patch # User Catherine Wise # Date 1430974440 -36000 # Node ID 9cc341926a80e4a40bc7507467d12f38568f02d2 # Parent 29235c74b0e8fa5c04149cfb20f48ed1257ebea4 Activate virtualenv. diff -r 29235c74b0e8 -r 9cc341926a80 tool_dependencies.xml --- a/tool_dependencies.xml Thu May 07 14:45:01 2015 +1000 +++ b/tool_dependencies.xml Thu May 07 14:54:00 2015 +1000 @@ -12,11 +12,12 @@ boto simplejson passlib -pycrypto >= 2.6 +pycrypto psycopg2 https://tstest-kms.it.csiro.au/truststore/downloads/PythonTrustStore-0.5.tar.gz - $INSTALL_DIR/venv/bin/pip install --install-option="--home=$INSTALL_DIR" --install-option="--install-scripts=$INSTALL_DIR/bin" PythonTrustStore-0.5.tar.gz + . $INSTALL_DIR/venv/bin/activate; +$INSTALL_DIR/venv/bin/pip install --install-option="--home=$INSTALL_DIR" --install-option="--install-scripts=$INSTALL_DIR/bin" PythonTrustStore-0.5.tar.gz $INSTALL_DIR/lib/python $INSTALL_DIR/lib/python