On Sat, Apr 19, 2008 at 8:28 PM, Tom Cloyd <[EMAIL PROTECTED]> wrote:
"locate" spewed out the files in > "/var/lib/gems/1.8/doc/radiant-0.6.4/", of course. It also listed > "/var/lib/gems/1.8/bin/radiant", so, I executed the > > radiant --database sqlite3 "/home/tom/Ruby projects - > Toms/radiant-test-CMS" > > command I'd tried earlier, from within that dir, and once again got: > bash: radiant: command not found > Tom, Apologies if you know/tried this already, but sometimes it's the simple things... What happens if you run the "radiant" command using the absolute path, e.g. /var/lib/gems/1.8/bin/radiant ...instead of switching to the /var/lib/gems/1.8/bin directory? Most UNIX installs don't put the current directory in PATH for security reasons, so while that may have been the radiant command you tried to launch, the shell may not have found it. If that works, you can add the /var/lib/gems/1.8/bin directory to your PATH, and from that point on you should be good to go. Hope this helps, and good luck with your Radiant adventures, Rufo _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
