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

default instalation path #62

Closed
kenardes opened this issue Feb 25, 2018 · 2 comments
Closed

default instalation path #62

kenardes opened this issue Feb 25, 2018 · 2 comments

Comments

@kenardes
Copy link

in the Makefile, the default installation path is /usr/local, this path need root permission, it will trigger error if not change to path with user permission because cargo can not run as root in default configuration. I believe ~/.local is better.

@daa84
Copy link
Owner

daa84 commented Mar 6, 2018

Don't think change default is good idea. Not sure anybody use default path, but this can break install script.
Also /usr/local is default for most libraries and programs i see.

@daa84 daa84 closed this as completed Mar 6, 2018
@kirillrdy
Copy link

Maybe its worth noting that people can just cargo install to get nvim-gtk installed in cargo bin dir which is usually in path therefore its not really an issue

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

No branches or pull requests

3 participants