pip
pip freeze captures the package name as if it was on python index site, but it is not. full path is needed
I installed a package from git hub: pip install -e git+http://github.com/un33k/django-uuslug.git#egg=django-uuslug[详细]
2023-03-19 11:51 分类:问答Renaming a virtualenv folder without breaking it
I\'ve created folder an开发者_如何学编程d initialized a virtualenv instance in it. $ mkdir myproject[详细]
2023-03-19 09:54 分类:问答Why does pip freeze report some packages in a fresh virtualenv created with --no-site-packages?
When I create a fresh virtualenv, pip freeze shows that I have a couple of packages installed even though I\'ve not installed anything into the environment. I was expecting pip freeze to return empty[详细]
2023-03-18 02:42 分类:问答Installing/uninstalling my module with pip
I am going through the Learn Python the Hard Way, 2nd Edition book, and I am stuck on this problem: \"Use your setup.py to install your own module and make sure it works, then use pip to uninstall it.[详细]
2023-03-18 02:04 分类:问答Find all packages installed with easy_install/pip?
Is there a way to find all Python PyPI packages that were installed with easy_install or pip?I mean, excluding everything that was/is installed with the distributions too开发者_C百科ls (in this case a[详细]
2023-03-17 14:26 分类:问答How to install pip with Python 3?
I want to install pip. It should support Python 3, but it requires setuptools, which is available only for Python 2.[详细]
2023-03-17 06:07 分类:问答Installing multiple versions of a package with pip
In my application I would like 开发者_StackOverflow中文版to use: packageA, which requires packageX==1.3[详细]
2023-03-16 23:02 分类:问答Supervising virtualenv django app via supervisor
I\'m trying to use supervisor in order to manage my django project running gunicorn inside a virtualenv.[详细]
2023-03-16 04:52 分类:问答How to install numpy in a virtualenv on Debian?
(NB: see this other p开发者_开发问答ost for why I am not using dpkg/apt-get/etc. for this installation.)[详细]
2023-03-15 07:49 分类:问答pip install django --upgrade installs older version
I had installed a development version of django on my dev box (django 1.3 alpha1). I want to upgrade to latest version..when I :[详细]
2023-03-13 13:47 分类:问答