Installing GNU parallel without root permission

后端 未结 5 1858
逝去的感伤
逝去的感伤 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:54

    This did it for me, without root access:

    (wget pi.dk/3 -qO - ||  curl pi.dk/3/) | bash
    

    See this link.

提交回复
热议问题