Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

easy_install does not handle -f option correctly with paths containing spaces #169

Closed
ghost opened this issue Mar 21, 2014 · 1 comment
Closed

Comments

@ghost
Copy link

ghost commented Mar 21, 2014

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:

#!text
easy_install -f "C:\I am a\path containing\spaces" pip

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:

  • Windows 7 SP1 x64
  • CPython 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).
  • setuptools 1.4, 1.4.2, 3.1, 3.3

Hope this helps.

Best regards,
Jurko Gospodnetić


@ghost ghost added minor bug labels Mar 29, 2016
jaraco added a commit that referenced this issue Apr 4, 2016
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
@abravalheri
Copy link
Contributor

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 😄.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant