mirror of
https://github.com/ceph/ceph
synced 2024-12-28 06:23:08 +00:00
vstart: include cython mods in PYTHONPATH
This is useful for ceph-mgr because it means that any in-mgr modules that want to use e.g. rbd can find it when running in a vstart cluster. Signed-off-by: John Spray <john.spray@redhat.com>
This commit is contained in:
parent
f8514ef581
commit
592bb9c2a7
@ -46,7 +46,7 @@ fi
|
||||
|
||||
[ -z "$PYBIND" ] && PYBIND=./pybind
|
||||
|
||||
export PYTHONPATH=$PYBIND:$PYTHONPATH
|
||||
export PYTHONPATH=$PYBIND:$CEPH_LIB/cython_modules/lib.2:$PYTHONPATH
|
||||
export LD_LIBRARY_PATH=$CEPH_LIB:$LD_LIBRARY_PATH
|
||||
export DYLD_LIBRARY_PATH=$CEPH_LIB:$DYLD_LIBRARY_PATH
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user