Skip to content

Instantly share code, notes, and snippets.

@zmike
Created September 14, 2015 18:12
Show Gist options
  • Select an option

  • Save zmike/83d64e5e636b26894a07 to your computer and use it in GitHub Desktop.

Select an option

Save zmike/83d64e5e636b26894a07 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "./mach", line 25, in <module>
main(sys.argv)
File "./mach", line 21, in main
mach = mach_bootstrap.bootstrap(topdir)
File "./python/mach_bootstrap.py", line 118, in bootstrap
_activate_virtualenv(topdir)
File "./python/mach_bootstrap.py", line 87, in _activate_virtualenv
subprocess.check_call([virtualenv, "-p", python, virtualenv_path])
File "/usr/lib64/python2.7/subprocess.py", line 535, in check_call
retcode = call(*popenargs, **kwargs)
File "/usr/lib64/python2.7/subprocess.py", line 522, in call
return Popen(*popenargs, **kwargs).wait()
File "/usr/lib64/python2.7/subprocess.py", line 710, in __init__
errread, errwrite)
File "/usr/lib64/python2.7/subprocess.py", line 1335, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment