Advertisement
Guest User

Untitled

a guest
Jul 8th, 2014
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "./scripts/virtualenv.py", line 2365, in <module>
  3. main()
  4. File "./scripts/virtualenv.py", line 829, in main
  5. after_install(options, home_dir)
  6. File "./scripts/virtualenv.py", line 2355, in after_install
  7. subprocess.check_output('/'.join([home_dir, 'bin', 'pip install -e {}/'.format(app['name'])]), shell=True)
  8. File "/usr/lib/python2.7/subprocess.py", line 575, in check_output
  9. raise CalledProcessError(retcode, cmd, output=output)
  10. subprocess.CalledProcessError: Command '/home/indictrans/Desktop/frappe-bench/env/bin/pip install -e shopping_cart/' returned non-zero exit status 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement