pip
What happens if a site package is updated beyond the version I specified in a virtualenv with pip?
Assume I have a virtualenv installation that does not开发者_如何学C use --no-site-packages. I run bin/pip install somepackage==1.0.0, but it\'s already present in my site-packages so it\'s not install[详细]
2023-02-25 21:41 分类:问答Registry error when installing MySQL-python into virtualenv using pip and easy_install
The pip and easy install commands (install MySQL-python)provide the massive error listed below. I\'ve been looking around for an answer a while now on this site and through google. The recurring answ[详细]
2023-02-25 21:19 分类:问答What is the pip equivalent to easy_install/ez_setup's --install-dir and --script-dir?
We\'re using easy_install to install to a local build environment directory on windows. (This helps with having several checked out versio开发者_如何学Pythonns using different third-party packages s[详细]
2023-02-25 02:21 分类:问答Patching Python packages, installed as dependencies with Pip
I have a Python project, which can be installed using Pip. Along with installing the project, Pip downloads and installs some Python packages as dependencies. There\'s py-amqplib among them. To achiev[详细]
2023-02-23 01:57 分类:问答Pip installing into an older Python version
I am trying to install mysql-python using: pip install mysql-python the package is being installed below, although I already have Python 2.6 on the system.[详细]
2023-02-22 10:32 分类:问答Python 2.6 virtualenv, pip throwing "ImportError: No module named _md5"
I\'ve been developing a django site (irrelevant) under python 2.5 up until now, when I wanted to switch to python 2.6 to make sure things worked there.However, when I was setting up my virtualenv for[详细]
2023-02-21 00:09 分类:问答How can I install MySQL-python via pip/virtualenv for Python 2.5 on a Linux system with Python 2.6?
I am trying to set up a virtualenv for a Django project. It needs MySQL-python. I\'m trying to replicate the production environment, which uses Python 2.5. My Ubuntu desktop has Python 2.5. I can inst[详细]
2023-02-20 14:41 分类:问答How to specify install order for python pip?
I\'m working with fabric(0.9.4)+pip(0.8.2) and I need to install some python modules for multiple servers. All servers have old version of setuptools (0.6c8) which needs to be upgraded for pymongo mod[详细]
2023-02-18 05:46 分类:问答Confusing Python install in user local (virtualenv, pip, distribute)
I tried to install python below way. But this did not work. This take \"error: bad install directory or PYTHONPATH\".[详细]
2023-02-18 03:59 分类:问答How do I package a python application to make it pip-installable?
I\'m writing a django application in my spare time for a footy-tipping competition we\'re running at work. I figured I\'d use this time wisely, and get up to speed on virtualenv, pip, packaging, djang[详细]
2023-02-17 15:50 分类:问答