At 03:20 AM 11/30/2006 +0000, glyph at divmod.com wrote: >One of the things that combinator hacks is where distutils thinks it >should install to - when *I* type "python setup.py install" nothing tries >to insert itself into system directories (those are for Ubuntu, not me) - >~/.local is the *default* install location. I haven't managed to make >this feature work with eggs yet, but I haven't done a lot of work with >setuptools. easy_install uses the standard distutils configuration system, which means that you can do e.g. [install] prefix = ~/.local in ./setup.cfg, ~/.pydistutils.cfg, or /usr/lib/python2.x/distutils/distutils.cfg to set the default installation prefix. Setuptools (and distutils!) will then install libraries to ~/.local/lib/python2.x/site-packages and scripts to ~/.local/bin.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4