Python - Is there any way to get pip without setuptools? -
seems kinda weird they'd require package manager install package manager. i'm on windows btw.
pip require setuptools. pip wrapper around setuptools provide better installer easy_install , nicer installation behaviors, plus uninstall, requirements files, etc. if somehow got pip installed without setuptools still won't run without it.
Comments
Post a Comment