I've freshly installed Ubuntu 18.04 and have decided to try Anaconda. However, when I then try to install Mendeley, I get the following error:
mendeleydesktop depends on python; however:
Package python is not installed.
I assume the issue here is that python
is now in ~\anaconda2\bin
, instead of \usr\bin
. I'm not certain what I should do. As I see it, I have 3 options:
- Install a system python into
\usr\bin
, but this seems sloppy/messy - Put a softlink in
\usr\bin
along the lines ofln -s python ~\anaconda2\bin\python
, but I'm worried that there might be implications to that, which I don't understand - Somehow tell the mendeley.deb file where the python I'm using is, but I don't know how to do this.
Are either 1 or 2 reasonable options? If not how do I implement my 3rd option, or what else should I do?
Empirically found option 2 does not work. dpkg is still looking for the installation of the python package