0
Replace Perl Path in Movable Type
Posted by Paul on April 14, 2008 in Uncategorized
A while back I had to set up Movable Type on a system where the Perl binary wasn’t in the usual location. So I wrote a quick and dirty shell script that you can run on a directory to replace the perl call (usually /usr/bin/perl) with whatever you want, as long as it’s an executable. [...]