Created
June 11, 2012 20:44
-
-
Save zachallaun/2912563 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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