easy-install
Easy Install for Python and Eclipse Library Paths
Recently I found about this tool easy_install that help me to easy install additional python modules. The problem is that for each module it creates additional *.egg folder (sometime there is only an[详细]
2023-02-14 02:08 分类:问答unable to use pip with Python 3.2 using distribute
After installing python3.2 from src, I tried running: curl -O http://python-distribute.org/distribute_setup.py[详细]
2023-02-13 18:02 分类:问答Python - package installed with easy_install is not being detected (PIL 1.1.7)
I installed PIL with easy_install but for some reason when I run a file that uses it, I get: ImportError: No module named PIL[详细]
2023-02-13 07:09 分类:问答Python - Is there any way to get pip without setuptools?
Seems kinda weird that开发者_如何学C they\'d require a package manager to install a package manager.I\'m on Windows BTW.Pip does require setuptools. Pip is really just a wrapper around setuptools to p[详细]
2023-02-13 05:28 分类:问答I easy_install'ed Mercurial, and now I get "No script named 'hg'"
I installed Mercurial on (32-bit) Ubuntu 9.10, using: sudo easy_install mercurial It installed Mercurial 1.7.5.[详细]
2023-02-10 03:55 分类:问答How to provide SVN username/password to easy_install?
I\'m trying to install Python EGG with easy_install, providing a URL of Subversion repository, where sources are hosted:[详细]
2023-02-09 14:42 分类:问答How to install easy_install in Python 2.7.1 on Windows 7
I have installed Python 2.7.1 on Windows 7, but I am unable to install easy_install. Pleas开发者_开发知识库e help me.I usually just run ez_setup.py. IIRC, that works fine, at least with UAC off.[详细]
2023-02-08 23:47 分类:问答Easy_install or pip with NTLM auth
In my working environment, internet access is managed by NTLM authentication and is associated with Windows user account, and easy_install or pip doesn\'t work:[详细]
2023-02-06 19:09 分类:问答installing latest matplotlib version with pypi
In some way this question was already asked ... so accept my apology ... I am trying to install the latest version of matplotlib from here:[详细]
2023-02-06 15:23 分类:问答problem with installing with easy_install on custom python
I have a mac osx As such I have the normal python that comes with the machine, and the new version that I have downlaoded, and that works very well. This is in[详细]
2023-02-04 04:41 分类:问答