Re: easy_install virtualenv with different python package

2012-02-29 Thread Benjamin Sims
I think that what you are looking for is here: http://packages.python.org/distribute/easy_install.html#multiple-python-versions When using virtualenv itself, you can specify which python you wish to use to create the environment: http://stackoverflow.com/questions/1534210/use-different-python-ve

easy_install virtualenv with different python package

2012-02-29 Thread Edward
Hello all, I have been using Python for a few weeks. I've done some development with Google App Engine. But this is my first time to work on any Python framework besides GAE. Currently I am having problem setting up pyramid. My environment is I have Mac OS. I have CentOS 5.7 running on Virtual B