Skip to content
  1. Mar 15, 2024
  2. Aug 12, 2023
  3. Mar 01, 2023
  4. Jan 25, 2023
    • Keith Kyzivat's avatar
      Use python3 in the system environment · 5e98fe6e
      Keith Kyzivat authored
      Some user setups are expecting to use a python in a different location
      than `/usr/bin`, and an older python interpreter may be present at that
      location (Rocky Linux 8 being one), causing issues (notably that
      shutil.copytree does not have `dirs_exist_ok` keyword parameter in
      Python versions < 3.8).
      
      This uses the `python3` interpreter that is in the shell's current PATH,
      as discovered by `meson` instead of hard-coding it to
      `/usr/bin/python3`.
      
      #50
      5e98fe6e
  5. Dec 08, 2022
  6. Oct 03, 2022
  7. Sep 29, 2022
  8. Sep 08, 2022
  9. Aug 13, 2022
  10. Aug 03, 2022
  11. Jul 18, 2022
  12. Jul 12, 2022
  13. Jul 10, 2022
  14. Jul 09, 2022
  15. Jul 01, 2022
  16. Jun 22, 2022
  17. Jun 11, 2022
  18. Mar 27, 2022
  19. Mar 26, 2022
  20. Feb 03, 2022
  21. Sep 06, 2021
  22. Sep 05, 2021