How to Setup Parallel in Mac

less than 1 minute read

Parallel is a perl script that allow user to run same job parallel easily.

Installation:

> brew install parallel
  • May be you need to change the permission of the installed directory
>  sudo chown -R $(whoami) /usr/local/sbin

Categories:

Updated:

Leave a comment