View Full Version : Getting setenv to work in OS/X
obelix
Mar 3, 2005, 06:27 PM
Are there any UNIX guys or gals out there who know how to get the setenv command to work in OS/X. I really need to use this command for something and not having it available is most frustrating.
Cheers,
Stuart
csubear
Mar 3, 2005, 06:37 PM
Are there any UNIX guys or gals out there who know how to get the setenv command to work in OS/X. I really need to use this command for something and not having it available is most frustrating.
Cheers,
Stuart
10.3 defaults to a bash shell. you have to use bash's export command. OR simple start up csh. OR change you default shell in the netinfo database.
bankshot
Mar 8, 2005, 09:09 PM
OR change you default shell in the netinfo database.
And the easiest way to do this from Terminal is:
chsh -s tcsh
vBulletin® v3.8.6, Copyright ©2000-2012, Jelsoft Enterprises Ltd.