Re: [Distutils] install --no-deps
Aug. 13, 2008
11:06 p.m.
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.)
6488
Age (days ago)
6488
Last active (days ago)
0 comments
1 participants
participants (1)
-
Phillip J. Eby