mirror of
https://github.com/ceph/ceph
synced 2025-02-23 02:57:21 +00:00
Update Python hashbang to respect environment
The /usr/bin/python hashbang causes doc builds to fail when Python3 is the default Python and Python2 is being used from within a virtualenv or Pythonbrew environment. Signed-off-by: Sharif Olorin <sio@tesser.org>
This commit is contained in:
parent
ccf9a7459c
commit
861e62aa5d
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
import re
|
||||
import sys
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user