aboutsummaryrefslogtreecommitdiff
path: root/scripts/py-dev-env.bash
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/py-dev-env.bash')
-rw-r--r--scripts/py-dev-env.bash1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/py-dev-env.bash b/scripts/py-dev-env.bash
index 82c16e3..1de566d 100644
--- a/scripts/py-dev-env.bash
+++ b/scripts/py-dev-env.bash
@@ -17,6 +17,7 @@ if [ -e "${BASH_SOURCE[0]}" ]; then
SCRIPTS_DIR=$(dirname $(readlink -f "${BASH_SOURCE[0]}"))
REFMODEL_DIR=$(dirname "$SCRIPTS_DIR")
pip install -e "$REFMODEL_DIR"
+ pip install pytest
export PYTHONPATH="$SCRIPTS_DIR:$REFMODEL_DIR/thirdparty/serialization_lib/python"
echo "Set PYTHONPATH=$PYTHONPATH"
else