Post

How to Setup Parallel in Mac

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
This post is licensed under CC BY 4.0 by the author.