pip
Installing IPython to work with a non-default python version (i.e python2.6.6/python2.7) on OSX Snow Leopard
OK guys this is tricky, and I haven\'t even found a suitable solution on the IPython website. I\'m working on OSX Snow Leopard. I\'ve installed IPython using easy-install, plus all the additional bas[详细]
2023-01-25 05:24 分类:问答Freeze of pip requirements, NumPy and SciPy on OS X
I\'ve got a pip requirements file that I\'m using with virtualenv to automatically grab dependencies for my application.[详细]
2023-01-24 19:53 分类:问答Python: pip installs sub-packages in root dir
I have such structure: setup.py package __init__.py sub_package ___init__.py sub_package2 __init__.py If I install package via setup.py install, then it works as appreciated (by copying whole packa[详细]
2023-01-24 08:38 分类:问答Can Pip install dependencies not specified in setup.py at install time?
I\'d like pip to install a dependency that I have on GitHub when the user issues the command to install the original software, also from source on GitHub. Neither of these packages are on PyPi (and ne[详细]
2023-01-24 06:01 分类:问答Deploying Django with virtualenv inside a distribution package?
I have to deploy a Django application onto a SuSE Linux Enterprise 11 system. Corporate rules say I need to deploy using RPMs only. While I can use ./setup.py bdist_rpm for each dependency, it\'s not[详细]
2023-01-23 11:58 分类:问答Steps to install py2cairo?
Seems that pycairo was branched to py2cairo for 2.x versions back in May. There are no pip or easy_install installation options for py2cairo. I\'ve grabbed the latest py2cairo tar, as well as the cair[详细]
2023-01-23 05:33 分类:问答Pip, Virtualenv & Git project setup and bootstrapping
Assuming you have a project setup like this: -WebApp |_ requirements.txt |_ bootstrap.py (virtualenv bootstrap script)[详细]
2023-01-20 18:37 分类:问答Is there an easier way to package with Python?
I tried to package a django app today. It\'s a big baby, and with the setup file, I have to manually write all packages and sub packages i开发者_开发百科n the \'package\' parameter. Then I have to fin[详细]
2023-01-18 23:20 分类:问答Using Pip, how do I force upgrade non-upgraded packages only?
When running Pip with a requirements.txt file which has fixed versions, we get the following error (or similar)开发者_开发技巧:[详细]
2023-01-17 17:29 分类:问答Adding shared python packages to multiple virtualenvs
Current Python Workflow I have pip, distribute, virtualenv, and virtualenvwrapper installed into my Python 2.7 site-packages (a framework Python install on Mac OS X). In my ~/.bash_profile I have the[详细]
2023-01-15 13:59 分类:问答