1. 20 Jul, 2018 1 commit
    • Miro Hrončok's avatar
      Make install directory if it doesn't exist yet · b90515f8
      Miro Hrončok authored
      Problem: In Fedora, `sudo python3 setup.py install` installs to
      /usr/local/lib/pythonX.Y/site-packages. However that directory is
      not always there as it is not installed together with the python3
      package (Fedora packages should not install stuff to /usr/local).
      
      When the directory does not exist an installation attempt fails with:
      
        [Errno 2] No such file or directory:
        '/usr/local/lib/python3.7/site-packages/test-easy-install-11875.write-test'
      
      Solution: Make the directory if it doesn't exists yet. If user has
      no permissions, the above error is preserved, yet with root (sudo)
      it works now.
      b90515f8
  2. 15 Jul, 2018 1 commit
  3. 13 Jul, 2018 2 commits
  4. 11 Jul, 2018 1 commit
  5. 10 Jul, 2018 3 commits
  6. 09 Jul, 2018 6 commits
  7. 04 Jul, 2018 5 commits
  8. 01 Jul, 2018 1 commit
  9. 29 Jun, 2018 1 commit
  10. 28 Jun, 2018 3 commits
  11. 25 Jun, 2018 2 commits
  12. 21 Jun, 2018 2 commits
  13. 14 Jun, 2018 1 commit
  14. 06 Jun, 2018 11 commits