nelhage / reptyr

Reparent a running program to a new terminal
MIT License
5.8k stars 215 forks source link

more a question about installing? #144

Closed RyanZurrin closed 1 year ago

RyanZurrin commented 1 year ago

Is it possible to install reptyr on a remote server where I work without having sudo access? Everything I find about installing, even from source, requires the use of sudo, and it would be good to have a way to install without sudo if possible. Thanks for any help.

PythonNut commented 1 year ago

You can always just add reptyr to your PATH after building. For example, I have ~/.local/bin in my PATH (which I set in my .bashrc) and I symlinked reptyr into ~/.local/bin so I can use it anywhere.

RyanZurrin commented 1 year ago

Perfect and simple solution, thanks!