easy-install
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 lxml on Ubuntu
I\'m having difficulty installing lxml with easy_install on Ubuntu 11. When I type $ easy_install lxml I get:[详细]
2023-03-16 01:41 分类:问答Install local extras in Python
setup.py of my package X uses setuptools to optionally install an extra package Y, via the extras_require parameter.[详细]
2023-03-15 23:58 分类:问答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 分类:问答MySQLdb AND Python 2.6
How does one get the MySQLdb module for Python 2.6? I am on a CentOS 5 distribution and easy_install MySQLdb does not work for me. (cant find MySQLdb at pypy.python.org/s开发者_运维技巧imple/)[详细]
2023-03-14 14:56 分类:问答easy_install M2Crypto failing on Windows platform
I am attempting to install M2Crypto on a Windows XP platform.I have Python, easy_install and SWIG installed, but when I attempt to easy_install M2Crypto I get the following:[详细]
2023-03-14 09:49 分类:问答PyOpenCL can't find include files when installed via "easy_install."
so I\'ve downloaded the nVidia CUDA libraries and put them in the default location: /usr/local/cuda When I go to run this:[详细]
2023-03-13 11:56 分类:问答stopping setup.py from installing as egg
How do I stop setup.py from installing a package as an egg?Or even better, how do I easy_install from installing a package as an egg?[详细]
2023-03-12 09:12 分类:问答Automating signup and instance creation on Amazon EC2
Background : I have built an a开发者_运维问答pp that runs well on an EC2 micro instance. I want my friends to use this app too, but they aren\'t quite good with computers.[详细]
2023-03-11 19:25 分类:问答Problems with easy_install --upgrade pytz
easy_install was good and very helpful. I have been using it. However, I found it unfunctioning today.[详细]
2023-03-10 01:54 分类:问答