- open a terminal console
- go to your User home:
cd /Users/<MyUser>
- create .profile file
touch .profile
- open .profile file
open .profile
add the export sentence that you need, i.e.
- go to your User home:
cd /Users/<MyUser>
- create .profile file
touch .profile
- open .profile file
open .profile
add the export sentence that you need, i.e.
export PATH=/opt/local/bin:/opt/local/sbin:$PATH
No comments:
Post a Comment