mirror of
https://github.com/vale981/ray
synced 2025-03-11 21:56:39 -04:00

* Remove hiredis submodule. * Squashed 'src/common/thirdparty/hiredis/' content from commit acd1966 git-subtree-dir: src/common/thirdparty/hiredis git-subtree-split: acd1966bf7f5e1be74b426272635c672def78779 * Make Plasma tests pass. * Make Photon tests pass. * Compile and test with Travis. * Deactive fetch test so that the tests pass.
5 lines
150 B
Bash
5 lines
150 B
Bash
echo "Adding Plasma to PYTHONPATH" 1>&2
|
|
|
|
ROOT_DIR=$(cd "$(dirname "${BASH_SOURCE:-$0}")"; pwd)
|
|
|
|
export PYTHONPATH="$ROOT_DIR/lib/python/:$PYTHONPATH"
|