I installed psycopg2 in virtualenv using easy_install psycopg2. I did not see any errors and looks like installation went fine.. there is an egg file created in the site-packages dir for psycopg2..
I have created a virtualenv with the --no-site-packages option. I get an error trying to install PIL:
I\'m having problems with macOSX and virtualenv. It seems to ignore --no-site-package. Using exactly the same commands with linux (archlinux) it works. It it macOSX 10.5 with python 2.5
My current setup is Python 2.5/ Django 1.1.1 on Windows. I want to start using Django 1.2 on some projects, but can\'t use it for everything. Which is just the sort of thing I\'ve 开发者_运维知识库got
I\'m using pip and virtualenv for my python application. I would like to upg开发者_高级运维rade to a new version of the application without touching the dependencies. When I use pip install -U, it tri
Since I have Django 1.1x on my Debian setup - how can I use virtualenv or similar and not have it mess up my system\'s default django version which in turn would break all my sites?
My project uses buildout to do primarily two things: automatically fetch dependencies and create scripts; and setup cron jobs (on deployment machines) using the usercrontab buildout recipe.
I\'m new to Python (from Java+Ant) and was wondering if someone could detail how to best use Fabric+Pip+Virtualenv to set up a Python web application package skeleton.
I\'d usually prefer to create virtualenvs with --no-site-packages option for more isolation, and also because default python global packages includes quite a lot of packages, and usually most of them
Most IDEs (Eclipse, Netbeans, Intelij) provide contextually smart suggestions about the current statement you\'re writing.We would like to do the same thing (In Java for Java).