Skip to content

Commit

Permalink
Adding local examples directory to the PYTHONPATH
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvbrt committed Jan 25, 2024
1 parent d924653 commit bf071e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ if [ "${0}" != "${BASH_SOURCE}" ]; then
echo "----> Info: Setting up environment variables..."
export PYTHONPATH=${LOCAL_DIR}/python:${PYTHONPATH}
export PYTHONPATH=${LOCAL_DIR}/install/python:${PYTHONPATH}
export PYTHONPATH=${LOCAL_DIR}/install/share/examples:${PYTHONPATH}
export PATH=${LOCAL_DIR}/bin:${PATH}
export PATH=${LOCAL_DIR}/install/bin:${PATH}
export LD_LIBRARY_PATH=${LOCAL_DIR}/install/lib:${LD_LIBRARY_PATH}
Expand Down

0 comments on commit bf071e1

Please sign in to comment.