diff --git a/bin/cc-node b/bin/cc-node index 340f45695b3c814956265cb02ad776a1d1287f3b..3e5360b2df41aaf0399720cedac00fa6fbcfbdc5 100755 --- a/bin/cc-node +++ b/bin/cc-node @@ -15,9 +15,12 @@ # You should have received a copy of the GNU Lesser General Public License # along with CloudControl. If not, see . +# FUCKING WORKAROUND FOR THE FUCKING PEX (FUCK!) +import sys +if '/usr/lib/python2.7/dist-packages' not in sys.path: + sys.path.append('/usr/lib/python2.7/dist-packages') import os -import sys import atexit from optparse import OptionParser from os.path import isfile, abspath