Files
144 lines
4.5 KiB
Python
144 lines
4.5 KiB
Python
"""
VENV = os.path.join(ROOT, '.nova-venv')
if redirect_output:
output = proc.communicate()[0]
die('Command "%s" failed.\n%s', ''.join(cmd), output)
HAS_EASY_INSTALL = bool(run_command(['which', 'easy_install'], check_exit_code=False).strip())
def check_dependencies():
print 'done.'
print 'Creating venv...',
# Install greenlet by hand - just listing it in the requires file does not
redirect_output=False)
redirect_output=False)
pthfile = os.path.join(venv, "lib", "python2.6", "site-packages", "nova.pth")
def print_help():
"""