Skip to content

Instantly share code, notes, and snippets.

@zerko
Created April 18, 2011 08:21
Show Gist options
  • Save zerko/924981 to your computer and use it in GitHub Desktop.
Save zerko/924981 to your computer and use it in GitHub Desktop.
zz@zz-desktop:~$ mkvirtualenv cyctest
New python executable in cyctest/bin/python
Installing distribute..................................................................................................................................................................................done.
virtualenvwrapper.user_scripts Creating /home/zz/.virtualenvs/cyctest/bin/predeactivate
virtualenvwrapper.user_scripts Creating /home/zz/.virtualenvs/cyctest/bin/postdeactivate
virtualenvwrapper.user_scripts Creating /home/zz/.virtualenvs/cyctest/bin/preactivate
virtualenvwrapper.user_scripts Creating /home/zz/.virtualenvs/cyctest/bin/postactivate
(cyctest)zz@zz-desktop:~$ pip install -e https://github.com/fiorix/cyclone.git#egg=cyclon
--editable=https://github.com/fiorix/cyclone.git#egg=cyclon should be formatted with svn+URL, git+URL, hg+URL or bzr+URL
Storing complete log in /home/zz/.pip/pip.log
(cyctest)zz@zz-desktop:~$ pip install -e git+https://github.com/fiorix/cyclone.git#egg=cyclon
Obtaining cyclon from git+https://github.com/fiorix/cyclone.git#egg=cyclon
Cloning https://github.com/fiorix/cyclone.git to ./.virtualenvs/cyctest/src/cyclon
Running setup.py egg_info for package cyclon
Installing collected packages: cyclon
Running setup.py develop for cyclon
Creating /home/zz/.virtualenvs/cyctest/lib/python2.7/site-packages/cyclone.egg-link (link to .)
Adding cyclone 0.6-rc2 to easy-install.pth file
Installed /home/zz/.virtualenvs/cyctest/src/cyclon
Successfully installed cyclon
Cleaning up...
(cyctest)zz@zz-desktop:~$ python
Python 2.7.1+ (r271:86832, Apr 11 2011, 18:05:24)
[GCC 4.5.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import cyclon.web
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named cyclon.web
>>> import cyclone.web
>>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment