Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

path precedence -- clean up old versions of tools from $PATH #180

Open
kristovatlas opened this issue Dec 6, 2016 · 0 comments
Open

path precedence -- clean up old versions of tools from $PATH #180

kristovatlas opened this issue Dec 6, 2016 · 0 comments

Comments

@kristovatlas
Copy link
Owner

In order to make sure that the latest version of programs are run, this tool sometimes edits the $PATH variable, explicitly placing the latest version at the front. In doing so, it often leaves the old version of the tool in $PATH further down. This doesn't have any known negative effect except that it junks up $PATH in an impolite way.

Solution: Modify config check fix command to first remove all versions of the tool from $PATH and then add the latest to the front.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant