Skip to content

Instantly share code, notes, and snippets.

@zachallaun
Created June 11, 2012 20:44
Show Gist options
  • Save zachallaun/2912563 to your computer and use it in GitHub Desktop.
Save zachallaun/2912563 to your computer and use it in GitHub Desktop.
ggzach at Z in ~/Dropbox/projects/python27/vscratch
(venv)○ bpm project create
# BPM dependencies
BPM needs pip, virtualenv and the ability to compile Python stuff.
Ubuntu: sudo apt-get install python-pip python-virtualenv
Mac: sudo easy_install pip && sudo pip install virtualenv
Press enter when finished.
Traceback (most recent call last):
File "/usr/local/bin/bpm", line 6, in <module>
args.fn(args)
File "/Library/Python/2.7/site-packages/bpm/project.py", line 55, in project_create
raise Exception("No project skeleton directory found!")
Exception: No project skeleton directory found!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment