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

Failure when default Python is 2.x #36

Open
iskandr opened this issue Feb 9, 2017 · 0 comments
Open

Failure when default Python is 2.x #36

iskandr opened this issue Feb 9, 2017 · 0 comments

Comments

@iskandr
Copy link
Member

iskandr commented Feb 9, 2017

    run_pip = shlex.quote(os.path.join(self.path_prefix, 'pip'))
AttributeError: 'module' object has no attribute 'quote'

In Py2 land, this function used to be pipes.quote:

https://docs.python.org/2/library/pipes.html

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

No branches or pull requests

1 participant