Skip to content

Instantly share code, notes, and snippets.

@maxgfr
Last active January 2, 2022 22:32
Show Gist options
  • Save maxgfr/aaa9ec3d7322dcf365bdf9a648b2d9e7 to your computer and use it in GitHub Desktop.
Save maxgfr/aaa9ec3d7322dcf365bdf9a648b2d9e7 to your computer and use it in GitHub Desktop.
Add to path to mac os

Add path to mac os

echo $PATH;

If we want to add $HOME/.composer/vendor/bin to the path, we should run :

export PATH=$PATH:$HOME/.composer/vendor/bin  
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment