Created
March 27, 2010 00:54
-
-
Save admc/345592 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
(windmill_ve)(adam@Archie-2)(%:100:Projects): virtualenv windmill_ve | |
New python executable in windmill_ve/bin/python | |
Installing setuptools............done. | |
(windmill_ve)(adam@Archie-2)(%:102:Projects): source windmill_ve/bin/activate | |
(windmill_ve)(adam@Archie-2)(%:104:Projects): easy_install pip | |
Searching for pip | |
Best match: pip 0.6.3 | |
Processing pip-0.6.3-py2.6.egg | |
Removing pip 0.6.3 from easy-install.pth file | |
Adding pip 0.6.3 to easy-install.pth file | |
Installing pip script to /Users/adam/Projects/windmill_ve/bin | |
Using /Library/Python/2.6/site-packages/pip-0.6.3-py2.6.egg | |
Processing dependencies for pip | |
Finished processing dependencies for pip | |
(windmill_ve)(adam@Archie-2)(%:105:Projects): pip install windmill | |
Downloading/unpacking windmill | |
Downloading windmill-1.3.tar.gz (3.3Mb): 3.3Mb downloaded | |
Running setup.py egg_info for package windmill | |
Installing collected packages: windmill | |
Running setup.py install for windmill | |
Installing windmill script to /Users/adam/Projects/windmill_ve/bin | |
Successfully installed windmill | |
(windmill_ve)(adam@Archie-2)(%:106:Projects):windmill_ve/bin/windmill firefox | |
Leopard libedit detected. | |
Started ['/Applications/Firefox.app/Contents/MacOS/firefox-bin', '-profile', '/var/folders/It/ItsfLP0mERi9aoAyUOzdkk+++TI/-Tmp-/tmpxmGolc.mozrunner', 'http://tutorial.getwindmill.com/windmill-serv/start.html'] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment