What | Removed | Added |
---|---|---|
CC | eike.welk@post.rwth-aachen.de |
This bug is also in openSUSE 13.2 To reiterate the bug's description: The present ``pip`` is for Python 3, while the system Python is Python 2.7.8. The programs ``pip2`` or ``pip2.7`` are missing. Therefore ``pip`` can't install any programs for the system Python on openSUSE 13.2. Workaround: Install a pip for the system Python from the program's website. Download the script ``get-pip.py`` and run it with the system's regular Python interpreter. python get-pip.py This will create a working pip on your computer. The process is described in more detail in Pip's documentation: https://pip.pypa.io/en/latest/installing.html