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

Fixes to get pex to work on windows. #198

Merged
merged 2 commits into from
Jan 20, 2016
Merged

Commits on Jan 13, 2016

  1. Fixes to get pex to work on windows.

    The fixes are:
     - os.link doesn't exist on windows. Always copy instead.
     - NamedTemporaryFile doesn't work correctly on windows (see https://bugs.python.org/issue14243)
     - sys.prefix is part of site.getsitepackages() on windows. Don't remove it.
    mikekap committed Jan 13, 2016
    Configuration menu
    Copy the full SHA
    4f93d89 View commit details
    Browse the repository at this point in the history
  2. Test site_libs.

    mikekap committed Jan 13, 2016
    Configuration menu
    Copy the full SHA
    8028e99 View commit details
    Browse the repository at this point in the history