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 setting PYTHONPATH on Python 2 not working #1673

Merged
merged 6 commits into from
Mar 3, 2020

Commits on Mar 3, 2020

  1. Configuration menu
    Copy the full SHA
    8736dfb View commit details
    Browse the repository at this point in the history
  2. fix(python2): enhance prefix detection for paths

    str.startswith() is a little bit too naive to check if a directories are
    related.
    jd authored and gaborbernat committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    6e5eb84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    350f479 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d34af4b View commit details
    Browse the repository at this point in the history
  5. fix

    Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
    gaborbernat committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    e4be2ef View commit details
    Browse the repository at this point in the history
  6. fix

    Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
    gaborbernat committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    763bbe7 View commit details
    Browse the repository at this point in the history