Question
Hi,
I am following instructions for installing twiki on a winxp box. So far everything went as desired. However at the step where it asks you to run the following command
perl -pi~ -e 's;#!/usr/bin/perl;#!c:/twiki/tools/cygwin/bin/perl;' *[a-z]
It says perl:command not found.
I am pasting the output from several steps before to give you guys an idea.
vrao@vijay-laptop /twiki/bin
$ head -1 view
#!/usr/bin/perl -wT
vrao@vijay-laptop /twiki/bin
$ perl -pi~ -e 's;#!/usr/bin/perl;#!c:/twiki/tools/cygwin/bin/perl;' *[a-z]
bash: perl: command not found
Now what is it that I am missing? I am using cygwin. I searched the cygwin directory for perl.exe but there was no such file. The windowsinstallcookbook mentions that when I install cygwin I will get everything?
This is really frustrating. I have been trying to install this for 2 days now. Can someone please guide me completely rather than give me one line answers? I am really eager to install this in my company.
Thanks
VJ
Environment
--
VijayRao - 22 Feb 2007
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
It looks like the directory where
perl.exe is located is not in your system path. Check your Cygwin installation, add that directory. Alternatively, call
perl.exe with the full path.
--
PeterThoeny - 23 Feb 2007
Closing this question after more than 30 days...
--
PeterThoeny - 02 Apr 2007