Skip to content
Snippets Groups Projects
Commit 4d4e2c7b authored by Bing Gong's avatar Bing Gong
Browse files

Update create_env.sh

parent 8862d420
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,10 @@ pip3 install --ignore-installed -r requirements.txt
#Copy the hickle package from bing's account
cp -r /p/project/deepacf/deeprain/bing/hickle ${WORKING_DIR}
source ${ENV_SETUP_DIR}/modules.sh
source ${ENV_DIR}/bin/activate
export PYTHONPATH=${WORKING_DIR}/hickle/lib/python3.6/site-packages:$PYTHONPATH
export PYTHONPATH=${WORKING_DIR}:$PYTHONPATH
export PYTHONPATH=${ENV_DIR}/lib/python3.6/site-packages:$PYTHONPATH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment