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.