Tracer / data /set_up.sh
introvoyz041's picture
Migrated from GitHub
e0d0d76 verified
raw
history blame contribute delete
287 Bytes
#!/usr/bin/env bash
# You should source this script to get the correct additions to Python path
# Directory of script
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
# Set up the python paths
export PYTHONPATH=${PYTHONPATH}:${DIR}/
export PYTHONPATH=${PYTHONPATH}:${DIR}/Model/