Posts

Setting up an OpenERP v7 development environment on OSX using virtualenv

Nowdays I develop mostly on OSX using Python. I am particularly fond of using virtualenv and virtualenvwrapper for keeping separate environments for each project, so that the system’s Python distribution does not get contaminated with the project dependencies. (This also helps in having a clear set of library dependencies when deploying the project to a production server.) Some days ago, while trying to set up a development environment1 for OpenERP v. Read more...
openerp virtualenv python