I could not get the Parallels tools to install properly in Debian 9 on Parallels 13.2.0 (on a Mac running OS 10.13.2, High Sierra). After half a day of mucking about (which would have gone more quickly if I weren't such a Linux noob), I found the problem.
I was following the Parallels help article 124110 Installing Debian Linux on your Mac using Parallels Desktop. Everything was going well until I got to an odd command in step 11 of that process:
chmod -R 777 /home//Documents/pt cd /home//Documents/pt ./install
I tried a few other help documents with no luck, and eventually returned to 124110.
It turns out there are several errors in that odd command: It's actually 3 commands, and there are multiple errors in the pathnames. It should read like this:
I spent so much time monkeying around with this, I'm not sure if there is also any need to mount prl-tools-lin.iso to the virtual machine's CDROM or not. It shows up mounted every time I launch Debian
I was following the Parallels help article 124110 Installing Debian Linux on your Mac using Parallels Desktop. Everything was going well until I got to an odd command in step 11 of that process:
chmod -R 777 /home//Documents/pt cd /home//Documents/pt ./install
I tried a few other help documents with no luck, and eventually returned to 124110.
It turns out there are several errors in that odd command: It's actually 3 commands, and there are multiple errors in the pathnames. It should read like this:
chmod -R 777 /home/parallels/Documents/pt
cd /home/parallels/Documents/pt/cdrom0
./install
cd /home/parallels/Documents/pt/cdrom0
./install
I spent so much time monkeying around with this, I'm not sure if there is also any need to mount prl-tools-lin.iso to the virtual machine's CDROM or not. It shows up mounted every time I launch Debian