[Bug 1779564] Re: pip3 installation does not give expected result

2018-07-10 Thread Hans Joachim Desserud
>apt remove followed by apt install did fix the problem. Sorry I did not try that earlier. I do not know what could have been the problem. I don't know either. I suspect that "something" deleted the binary, but I wouldn't really know where to look to figure out what. So unless this happened

[Bug 1779564] Re: pip3 installation does not give expected result

2018-07-07 Thread Christopher Barrington-Leigh
Hi. sudo got the same result: the pip3 binary was not there. apt remove followed by apt install did fix the problem. Sorry I did not try that earlier. I do not know what could have been the problem. If my apt log history could be helpful, we can keep digging. Otherwise, I will understand if

[Bug 1779564] Re: pip3 installation does not give expected result

2018-07-07 Thread Hans Joachim Desserud
>No, it's not there: Based on the file list for python3-pip it should be. :/ Could you check (and compare) `ls -la /usr/bin/pip3` and `sudo ls -la /usr/bin/pip3`, to see if there's some permission issue or if the binary is completely missing. I suppose a reinstall of python3-pip might fix the

Re: [Bug 1779564] Re: pip3 installation does not give expected result

2018-07-07 Thread Christopher Barrington-Leigh
No, it's not there: $/usr/bin/pip3 bash: /usr/bin/pip3: No such file or directory The only thing I can do (and have been doing) is python3 -m pip though maybe that is not even the right thing to be doing. Python3 works. I just checked the original symptoms, and they are the same. On Sat, Jul

[Bug 1779564] Re: pip3 installation does not give expected result

2018-07-07 Thread Hans Joachim Desserud
Thanks for providing the requested information. I'm stumped as to why this happens though. While you have some additions to your PATH, that shouldn't "hide" binaries like that. And /usr/bin is part of the PATH so when it picks up python3 it should also find pip3. (I assume python3 runs as

[Bug 1779564] Re: pip3 installation does not give expected result

2018-07-06 Thread Christopher Barrington-Leigh
$ dpkg -L python3-pip /. /usr /usr/bin /usr/bin/pip3 /usr/lib /usr/lib/python3 /usr/lib/python3/dist-packages /usr/lib/python3/dist-packages/pip /usr/lib/python3/dist-packages/pip/__init__.py /usr/lib/python3/dist-packages/pip/__main__.py /usr/lib/python3/dist-packages/pip/_vendor

[Bug 1779564] Re: pip3 installation does not give expected result

2018-07-06 Thread Hans Joachim Desserud
Thanks for reporting. The package suggestion comes from the command-not-found package, but I'm not quite sure which is at fault here. (Especially since I am not able to reproduce the issue on my 17.10 system, pip3 runs as expected after installing) Could you please post the output of the

[Bug 1779564] Re: pip3 installation does not give expected result

2018-07-06 Thread Hans Joachim Desserud
** Also affects: command-not-found (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1779564 Title: pip3 installation does not give expected result

[Bug 1779564] Re: pip3 installation does not give expected result

2018-07-01 Thread Christopher Barrington-Leigh
** Description changed: To a naive user (like me) the following should not happen. I get a suggestion to install an already-installed package. ie, installing the package does not make a difference: - [~/]$ pip3 - The program 'pip3' is currently not installed. You can install it by