To run many versions of python or multiple environments, check out 
http://www.virtualenv.org/en/latest/


On Friday, November 9, 2012 2:19:23 AM UTC-5, Luc Chase wrote:
>
> When trying to install a package from github I get an error saying that I 
> need to have the gitpython module. But when I execute the following it 
> seems it is already there...
>  sudo pip install gitpython
> Password:
> Requirement already satisfied (use --upgrade to upgrade): gitpython in 
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/GitPython-0.3.2.RC1-py2.7.egg
> Requirement already satisfied (use --upgrade to upgrade): gitdb>=0.5.1 in 
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/gitdb-0.5.4-py2.7-macosx-10.5-intel.egg
>  
> (from gitpython)
> Requirement already satisfied (use --upgrade to upgrade): async>=0.6.1 in 
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/async-0.6.1-py2.7-macosx-10.5-intel.egg
>  
> (from gitdb>=0.5.1->gitpython)
> Requirement already satisfied (use --upgrade to upgrade): smmap>=0.8.0 in 
> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/smmap-0.8.2-py2.7.egg
>  
> (from gitdb>=0.5.1->gitpython)
> Cleaning up...
>
>
> So what do I need to do to ensure it is available to Web2py ? 
>
> By the way... gitpython is a requirement of web2py so how come it isn't 
> included?
> It also can't be used as a tag in this group?
>
>

-- 



Reply via email to