[PD] Pd-list Digest, Vol 122, Issue 56

Chris McCormick chris at mccormick.cx
Thu May 21 15:39:56 CEST 2015


Hi Joel,

On 21/05/15 02:47, Joel Corelitz wrote:
> 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. 

My ~/bin/pd looks like this:

#!/bin/sh
~/dev/pure-data/bin/pd $@

You could try the same thing but with the correct path to
pure-data/bin/pd that you have on your system. You'll also need to make
it executable with `chmod 700 ~/bin/pd`. I am not sure why I had to do
things this way to get it to work but it seems to.

Cheers,

Chris.

-- 
http://mccormick.cx/



More information about the Pd-list mailing list