Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Data Science by (19k points)
recategorized by

I need to know the most efficient way of installing JQ on Mac (el capitan). The code is downloaded to my mac but I would like to know how I can install and operate via the command line.




 

1 Answer

0 votes
by (33.1k points)

You can install any application/packages with brew on mac. If you need the exact command just search your package on https://brewinstall.org and you will get the set of commands needed to install that package.

Steps to install JQ.

  1. Open a terminal and install brew by using this command:

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null

       2.  Now Install JQ

brew install JQ

If you wish to learn Data Science, then check out one of the best Data Science courses available in the market.

Hope this answer helps.

Browse Categories

...