Set my path broken in Jag?

michaelsanford

Translator, Web Developer
Ok I just FINALLY got mauled by Jaguar, and have a few little problems.

I've just installed MySQL 4.0 and the command to set the path (given in the readme)
setenv PATH $PATH:/usr/local/mysql/bin
returns Bad : modifier in $ (/).

So I'm lost and frustrated, any help is appreciated :p
 
Yeah sorry I was being frustrated and silly...

I found the example files and changed my .tcshrc file to setenv PATH "${PATH}:/usr/local/bin:/usr/local/mysql-standard-4.0.12-apple-darwin6.4-powerpc/bin".

I forgot the braces around PATH :rolleyes:
 
Back
Top