yonaskolb / Mint

A package manager that installs and runs executable Swift packages
MIT License
2.26k stars 122 forks source link

Change install path #216

Closed yonaskolb closed 2 years ago

yonaskolb commented 2 years ago

Fixes #188 Fixes #215

This changes $MINT_PATH to default to ~/.mint which means there won't be installation issues on higher protected macOS releases or M1 machines. It also changes $MINT_LINK_PATH to ~/.mint/bin which means global linking will now also succeed with the downside that ~/.mint/bin must manually be added to $PATH if packages need to be run outside of mint