You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove JythonCommandSpec as it's not required on Jython 2.7 and setuptools no longer supports anything 2.5, but had to test for 'Jython on Windows' in two other places
Hello, I suppose we can close this issue now that easy_install has been deprecated and widely replace by other installation means, such as pypa/pip.
If anyone would like to reopen this issue, please feel free to write a new comment with more information or other use cases that we might be missing 😄.
Originally reported by: jurko (Bitbucket: jurko, GitHub: jurko)
Running
easy_install
using its-f
option and passing it a folder path containing spaces as in:does not seem to work.
easy_install
seems to interpret the given string as a space separated sequence of paths.Using such paths in other locations, e.g. in
--install-dir
or--download-cache
arguments works fine.This has been tested using:
2.4.3
,2.4.4
,2.5.4
,2.6.6
,2.7.6
,3.1.3
,3.2.5
,3.3.3
,3.3.5
&3.4.0
(both 32 & 64-bit versions).1.4
,1.4.2
,3.1
,3.3
Hope this helps.
Best regards,
Jurko Gospodnetić
The text was updated successfully, but these errors were encountered: