From: "James Bennett" <ubernost...@gmail.com>
Date: Tue, 2 Dec 2008 17:59:46 -0600
Local: Tues, Dec 2 2008 6:59 pm
Subject: Re: Adjusting PYTHONPATH for reusable django apps
For what it's worth, I'm a huge fan of virtualenv:
http://pypi.python.org/pypi/virtualenv and of Doug Hellmann's virtualenvwrapper: http://www.doughellmann.com/projects/virtualenvwrapper/ What virtualenv does, basically, is create an isolated Python So my workflow these days goes something like this: mkvirtualenv somepythonproject (this creates a new virtualenv, named "somepythonproject", and drops From there I have easy_install for installing Python packages I want add2virtualenv ~/dev/my-django-apps/ Within the virtualenv, everything I've installed or added to it is It's even getting easier to do real deployment with this, too; If you haven't looked into this, I highly recommend it. And maybe in -- You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||