[Distutils] install --no-deps

Phillip J. Eby pje at telecommunity.com
Thu Aug 14 01:06:09 CEST 2008


At 04:57 PM 8/13/2008 -0500, chris wrote:
>There doesn't seem to be a --no-deps option for install the way there
>is for develop. Is there a way to perform a python setup.py install
>and not have it rely on looking for dependencies?

Use "setup.py easy_install [options] ."  (The "." means, install 
using the setup script in the current directory.)



More information about the Distutils-SIG mailing list