| Confirm the problem on pip installed into "/usr/local/bin" - not through system packages. Actual "/usr/local/bin/pip" is undefined as it depends on order of installation/update of Python 2 vs 3 version. Solution is as simple as copy of "pip3.rb" to "pip2.rb" with dumb replacement of "pip3" with "pip2" string. That would ensure fine control of which Python version to use. |