Think I might have found something. C shell requires a rehash command after changing the path.
https://stackoverflow.com/questions/16520591/setting-path-in-cshrc-has-no-effect This is obviously for temporary testing. But baby steps for now. On Sat, Jul 22, 2017 at 7:02 AM Jeremiah Bess <[email protected]> wrote: > Use a better shell? If you aren't able to set simple environment variables > your shell has issues. What is the output of the "echo $path" command > currently? > > On Sat, Jul 22, 2017 at 6:58 AM Ali Gamal <[email protected]> wrote: > >> Thanks for your help, >> >> I tried all methods but does not work, If I use bash shell and write >> >> export PATH=/opt/local/bin/:$PATH >> >> it work, but does not work with csh shell, what can I do? >> >> On Friday, July 21, 2017 at 6:04:25 PM UTC+2, Ali Gamal wrote: >> >>> Hi everyone, >>> >>> >>> My problem is how can I define ImageMagick path in my cshrc, I tried >>> >>> setenv PATH /opt/local/bin/convert/:$PATH >>> >>> but it does not work. >>> >>> help me >>> >> -- >> -- >> You received this message because you are subscribed to the Linux Users >> Group. >> To post a message, send email to [email protected] >> To unsubscribe, send email to >> [email protected] >> For more options, visit our group at >> http://groups.google.com/group/linuxusersgroup >> References can be found at: http://goo.gl/anqri >> Please remember to abide by our list rules (http://tinyurl.com/LUG-Rules) >> --- >> You received this message because you are subscribed to the Google Groups >> "Linux Users Group" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > -- > > Jeremiah Bess > -- Jeremiah Bess -- -- You received this message because you are subscribed to the Linux Users Group. To post a message, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit our group at http://groups.google.com/group/linuxusersgroup References can be found at: http://goo.gl/anqri Please remember to abide by our list rules (http://tinyurl.com/LUG-Rules) --- You received this message because you are subscribed to the Google Groups "Linux Users Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
