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

pick up site packages from the interpreter's sys.path #2636

Closed
wants to merge 41 commits into from

Commits on Mar 30, 2024

  1. Configuration menu
    Copy the full SHA
    62cb807 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7867aaf View commit details
    Browse the repository at this point in the history
  3. fix clippy

    ChannyClaus committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    3edf010 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1422913 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    faffa03 View commit details
    Browse the repository at this point in the history
  6. fixes

    ChannyClaus committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    211beeb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    598dc46 View commit details
    Browse the repository at this point in the history
  8. retrigger CI

    ChannyClaus committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    df65025 View commit details
    Browse the repository at this point in the history
  9. debug

    ChannyClaus committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    f70ae36 View commit details
    Browse the repository at this point in the history
  10. dedup using to_str

    ChannyClaus committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    bd56bf2 View commit details
    Browse the repository at this point in the history
  11. print still

    ChannyClaus committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    b9bb8d0 View commit details
    Browse the repository at this point in the history
  12. try fs::canonicalize

    ChannyClaus committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    7e7f044 View commit details
    Browse the repository at this point in the history
  13. revert the debug change

    ChannyClaus committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    b733071 View commit details
    Browse the repository at this point in the history
  14. clippy fix

    ChannyClaus committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    1f6aa2a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ce0afa7 View commit details
    Browse the repository at this point in the history
  16. retrigger

    ChannyClaus committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    9db033e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c51bc4f View commit details
    Browse the repository at this point in the history
  18. add sshx to debug fedora

    ChannyClaus committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    8282f29 View commit details
    Browse the repository at this point in the history
  19. add debug logging

    ChannyClaus committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    ad5cf7e View commit details
    Browse the repository at this point in the history
  20. debug commit

    ChannyClaus committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    42c4355 View commit details
    Browse the repository at this point in the history
  21. fix dedup

    ChannyClaus committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    5cb9226 View commit details
    Browse the repository at this point in the history
  22. fedora is good now

    ChannyClaus committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    d07d9ad View commit details
    Browse the repository at this point in the history
  23. debugging ubuntu and osx

    ChannyClaus committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    28625e8 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    c442b26 View commit details
    Browse the repository at this point in the history
  25. remove sshx

    ChannyClaus committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    64c883e View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    f14f5dd View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    3a4680c View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    cb5a40a View commit details
    Browse the repository at this point in the history
  29. remove sshx

    ChannyClaus committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    329e58a View commit details
    Browse the repository at this point in the history
  30. clippy

    ChannyClaus committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    6c81b4f View commit details
    Browse the repository at this point in the history
  31. retrigger

    ChannyClaus committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    803c20d View commit details
    Browse the repository at this point in the history
  32. sshx on amazonlinux

    ChannyClaus committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    8e40817 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    9cb888d View commit details
    Browse the repository at this point in the history
  34. sshx on ubuntu cache test

    ChannyClaus committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    7a2d7c6 View commit details
    Browse the repository at this point in the history
  35. revert system python

    ChannyClaus committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    005a16a View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. purge sshx

    ChannyClaus committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    c22f473 View commit details
    Browse the repository at this point in the history
  2. merge conflict

    ChannyClaus committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    f89dd9f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57b2891 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. retrigger

    ChannyClaus committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    d675f4a View commit details
    Browse the repository at this point in the history
  2. sshx for fedora

    ChannyClaus committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    21f24c2 View commit details
    Browse the repository at this point in the history
  3. remove sshx

    ChannyClaus committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    f0de85d View commit details
    Browse the repository at this point in the history