pearl-core / pearl

Pearl is a lightweight package manager for automating reproducible environments between different systems (Linux and OSX). It can be used for dotfiles, plugins, programs and any form of code accessible via git.
GNU General Public License v3.0
227 stars 24 forks source link

Provide a common bin directory to symlink the package executables #51

Closed fsquillace closed 8 years ago

fsquillace commented 8 years ago

By having a common bin directory in $PEARL_HOME it is possible to point $PATH variable to that directory and avoid polluting the PATH for each package executable.

fsquillace commented 8 years ago

https://github.com/pearl-core/pearl/pull/53