workingenv: always installs setuptools?
Hi there In install_setuptools I read: "(only called if setuptools is not installed on the system)". However, the only call to install_setuptools is unconditional, and it wants to install a local copy of setuptools although I have it installed. Which is wrong, the docstring or the code? This is with revision 2128. -- jean . .. .... //\\\oo///\\
Jean Jordaan wrote:
Hi there
In install_setuptools I read: "(only called if setuptools is not installed on the system)". However, the only call to install_setuptools is unconditional, and it wants to install a local copy of setuptools although I have it installed. Which is wrong, the docstring or the code?
Probably the docstring, as I found the conditional installation of setuptools problematic and specifically removed it (setuptools is always installed); I guess I forgot to update the docstring at the same time. -- Ian Bicking | ianb@colorstudy.com | http://blog.ianbicking.org
participants (2)
-
Ian Bicking
-
Jean Jordaan