-
Notifications
You must be signed in to change notification settings - Fork 12
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
Configure nix/node/ruby/python/go/lua pkg managers to install to $HOME #20
Comments
as far as node is this what you are looking for
and then configure path in zshrc/.bashrc: NPM packages in homedir
Tell our environment about user-installed node tools
Unset manpath so we can inherit from /etc/manpath via the
|
LuaRocks installs to Also, shouldn't we try doing this in |
Merged via hashbang/shell-etc#78
Yep. this will allow users to override in their own dotfiles. |
Unfortunately by default either you have to install |
So we tested on the shell servers last night and it looks like Ruby is configured to do this automatically. \o/ @hashbang/administrators please double check (just install something with gem) so we can cross that off. |
@hashbang/administrators can someone install libruby-dev and check the above? |
@ChickenNuggers Not entirely sure why you needed someone else to test it for you, but:
|
Well I finally found where the |
node will be fixed with #114 |
go will be fixed with #115 |
nix should be fixed with #116 |
python will be fixed with #117 |
waiting on hashbang/shell-etc#136 for Node. might do Nix later. |
Closing. This exists in |
The text was updated successfully, but these errors were encountered: