Installing GNU parallel without root permission

后端 未结 5 1873
逝去的感伤
逝去的感伤 2021-01-21 05:08

EDIT 2

After trying to run parallel, I am getting the following on the terminal when I run both parallel and by the source /homedtic/

5条回答
  •  青春惊慌失措
    2021-01-21 05:57

    ./configure --prefix=
    

    This will make the installation in /bin, /lib etc.; just do the make install as usual.

    Choose a you have access to (something in ${HOME} if need be), and adjust your PATH to include /bin (and, perhaps, MANPATH to include /share/man so you get access to the man pages as well).

提交回复
热议问题