As a developer, you may want to add to the $PATH environment variable when using the macOS, you can do that using the Terminal command export,
Let's see some examples:
To add a new path to $PATH variable,
$ export PATH=$PATH:~/usr/bin/core_perl
In order to see that in the $PATH variable,
$ echo $PATH
usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin/core_perl
Provide Feedback For This Article
We take your feedback seriously and use it to improve our content. Thank you for helping us serve you better!
😊 Thanks for your time, your feedback has been registered!
Comments & Discussion
Facing issues? Have questions? Post them here! We're happy to help!