ardagnir / athame

Full vim for your shell (bash, zsh, gdb, python, etc)
GNU General Public License v3.0
1.63k stars 34 forks source link

Option to change installation prefix #26

Closed memeplex closed 7 years ago

memeplex commented 8 years ago

It would be nice of the installation script to allow to install the patched readline using another prefix as ~/.local.

kovetskiy commented 8 years ago

+1 it's really necessary

ardagnir commented 8 years ago

The setup script lets you pick the directories now. This is mostly for compatibility, but I'll double check that local works before closing this.

ardagnir commented 7 years ago

You can now change the installation prefix by using --prefix=$HOME/.local/ or whatever in the setup script. You can also add --nosudo to bypass running sudo if you build locally.