fistutils icon indicating copy to clipboard operation
fistutils copied to clipboard

distutils and related libraries patched for use in Pythonista.

Results 1 fistutils issues
Sort by recently updated
recently updated
newest added

To get pip working at all, I had to add the line ``` sys.stdout.isatty=lambda:False ``` since StdOutCatcher does not properly implement this. install docutils gives No files/directories in /private/var/mobile/Containers/Data/Application/0AF05E1C-7F2F-401F-8730-DA27D9141558/tmp/pip-build-rb0tvf/docutils/pip-egg-info (from...