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

support install into non-ASCII directories #912

Closed
wants to merge 2 commits into from

Conversation

BrownTruck
Copy link

On Python 2 sys.prefix is already not unicode and should not be encoded.

So far only tested on Linux with sys.getfilesystemencoding() == 'utf-8' (certainly it is ascii sometimes, even on the same system, depending on how I've logged in).


This was automatically migrated from #630 to reparent it to the master branch. Please see original pull request for any previous discussion.

Original Submitter: @dholth

Copy link
Contributor

@gaborbernat gaborbernat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will require a rebase on master, and some test to validate the changes. Thanks!

@gaborbernat
Copy link
Contributor

Closing due to inactivity.

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

Successfully merging this pull request may close these issues.

3 participants