]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph: respect the PYTHON environment variable for dev mode. 3103/head
authorDavid Anderson <dave@natulte.net>
Sun, 7 Dec 2014 05:14:27 +0000 (21:14 -0800)
committerDavid Anderson <dave@natulte.net>
Sun, 7 Dec 2014 10:02:05 +0000 (02:02 -0800)
commit812ff7aac5a163ed95b1eb6a209a55edd8bbdd1d
tree46019454a208d42f25083d428da015dd88f0d0cc
parenta368533e78a4d3c99cd550892612dbaea90b7ea5
ceph: respect the PYTHON environment variable for dev mode.

On OSes where `python` is python3, dev mode's re-exec makes the
ceph tool fail. The standard way to fix this is by exporting
the PYTHON envvar pointing to the python2 interpreter.

Signed-off-by: Dave Anderson <dave@natulte.net>
src/ceph.in