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

Fix absolute paths for Cygwin #1970

Merged
merged 8 commits into from
Oct 12, 2020
Merged

Fix absolute paths for Cygwin #1970

merged 8 commits into from
Oct 12, 2020

Commits on Oct 6, 2020

  1. Fix absolute paths for Cygwin

    Absolute paths on Windows take the form "c:\somePath" -- these need to be mapped to the form "/cygdrive/c/somePath" on Cygwin. Otherwise, the virtualenv path gets garbled when activated on Cygwin, which can cause the wrong Python environment to be used.
    davidcoghlan committed Oct 6, 2020
    Configuration menu
    Copy the full SHA
    63050db View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

  1. Configuration menu
    Copy the full SHA
    0779f40 View commit details
    Browse the repository at this point in the history
  2. Improved formatting

    davidcoghlan committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    b6cd6cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30f4aeb View commit details
    Browse the repository at this point in the history
  4. Add changelog entry

    davidcoghlan committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    05e8a92 View commit details
    Browse the repository at this point in the history
  5. lint errors

    davidcoghlan committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    75a8a04 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a34b438 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a27fe8b View commit details
    Browse the repository at this point in the history