Thanks! Should I have had to create symbolic links to pd-watchdog and pd-gui.tcl too (it's asking for both) or did I do something wrong? I can't seem to get the link to tcl working for some reason. <span id="draft-break"></span><br/><br/>--<br>Joel Corelitz, composer<br>http://www.joelcorelitz.com<br>http://www.waveplantstudios.com<br><a href="tel:312-348-5798" x-apple-data-detectors="true" x-apple-data-detectors-type="telephone" x-apple-data-detectors-result="2">312-348-5798</a><span id="draft-break"></span><br/><br/><div><div>On May 19, 2015 at 5:00:01 AM CDT, pd-list-request@lists.iem.at wrote:<br><blockquote type="cite"><div>Send Pd-list mailing list submissions to<br>    pd-list@lists.iem.at<br><br>To subscribe or unsubscribe via the World Wide Web, visit<br>     http://lists.puredata.info/listinfo/pd-list<br>or, via email, send a message with subject or body 'help' to<br>     pd-list-request@lists.iem.at<br><br>You can reach the person managing the list at<br> pd-list-owner@lists.iem.at<br><br>When replying, please edit your Subject line so it is more specific<br>than "Re: Contents of Pd-list digest..."<br><br><br>Today's Topics:<br><br>   1. Re: Pd 0.46-6 for Debian distro (Simon Wise)<br>   2. Re: Pd 0.46-6 for Debian distro (Chris McCormick)<br>   3. Re: Pd 0.46-6 for Debian distro (IOhannes m zmoelnig)<br><br><br>----------------------------------------------------------------------<br><br>Message: 1<br>Date: Tue, 19 May 2015 12:52:44 +1000<br>From: Simon Wise <simonzwise@gmail.com><br>To: pd-list@lists.iem.at<br>Subject: Re: [PD] Pd 0.46-6 for Debian distro<br>Message-ID: <555AA57C.9010009@gmail.com><br>Content-Type: text/plain; charset=UTF-8; format=flowed<br><br>On 19/05/15 02:19, Joel Corelitz wrote:<br>> Is there a way to load the most recent version of Pd (from Miller Puckette’s<br>> site) using "get apt install”?<br>><br>> I’ve successfully loaded it onto my Pi using file transfer and I can get it<br>> to open, but the one that’s part of the Debian distro responds to terminal<br>> commands, etc…  (At least that’s the impression I had regarding both<br>> installation methods.) But doesn’t have native OSC support, which I need.<br><br>for a program to run from the terminal or console you need to either use the <br>full path to the binary, or put a symlink to the binary in the path that is <br>searched when a command is given (to see that path run "echo $PATH")<br><br>in this case, a convenient solution is to run ...<br><br>$ sudo ln -s /path/to/your/pd /usr/local/bin/pd<br><br>Simon<br><br><br><br><br>------------------------------<br><br>Message: 2<br>Date: Tue, 19 May 2015 13:36:43 +0800<br>From: Chris McCormick <chris@mccormick.cx><br>To: pd-list@lists.iem.at<br>Subject: Re: [PD] Pd 0.46-6 for Debian distro<br>Message-ID: <555ACBEB.2080000@mccormick.cx><br>Content-Type: text/plain; charset=UTF-8<br><br>On 19/05/15 10:52, Simon Wise wrote:<br>> On 19/05/15 02:19, Joel Corelitz wrote:<br>>> Is there a way to load the most recent version of Pd (from Miller<br>>> Puckette’s<br>>> site) using "get apt install”?<br><br>A few days ago IOhannes posted a recipe that updates the official Debian<br>package to the latest code from Miller. See this thread for details:<br><br>http://lists.puredata.info/pipermail/pd-list/2015-05/110064.html<br><br>And this:<br><br>http://lists.puredata.info/pipermail/pd-list/2015-05/110085.html<br><br>> in this case, a convenient solution is to run ...<br>> <br>> $ sudo ln -s /path/to/your/pd /usr/local/bin/pd<br><br>By default Debian also adds ~/bin to your $PATH if it exists, so you can<br>also do this if you don't want to install as root:<br><br>$ mkdir ~/bin<br>$ ln -s /path/to/your/pd ~/bin/pd<br><br>Cheers,<br><br>Chris.<br><br>-- <br>http://mccormick.cx/<br><br><br><br>------------------------------<br><br>Message: 3<br>Date: Tue, 19 May 2015 11:42:09 +0200<br>From: IOhannes m zmoelnig <zmoelnig@iem.at><br>To: pd-list@lists.iem.at<br>Subject: Re: [PD] Pd 0.46-6 for Debian distro<br>Message-ID: <555B0571.4050107@iem.at><br>Content-Type: text/plain; charset="utf-8"<br><br>On 2015-05-19 07:36, Chris McCormick wrote:<br>> By default Debian also adds ~/bin to your $PATH if it exists<br><br>didn't know this! always did this manually for no good reason!<br><br>gfmsdr<br>IOhannes<br><br>-------------- next part --------------<br>A non-text attachment was scrubbed...<br>Name: signature.asc<br>Type: application/pgp-signature<br>Size: 819 bytes<br>Desc: OpenPGP digital signature<br>URL: <http: lists.puredata.info="" pipermail="" pd-list="" attachments="" 20150519="" e13cc01a="" attachment-0001.sig=""><br><br>------------------------------<br><br>Subject: Digest Footer<br><br>_______________________________________________<br>Pd-list mailing list<br>Pd-list@lists.iem.at<br>to manage your subscription (including un-subscription) see<br>http://lists.puredata.info/listinfo/pd-list<br><br><br>------------------------------<br><br>End of Pd-list Digest, Vol 122, Issue 56<br>****************************************<br></http:></zmoelnig@iem.at></chris@mccormick.cx></simonzwise@gmail.com></div></blockquote></div></div>