How to install JQ on Mac by command-line?

前端 未结 5 652
长发绾君心
长发绾君心 2021-01-31 13:09

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 the via the c

5条回答
  •  难免孤独
    2021-01-31 13:35

    For most it is a breeze, however like you I had a difficult time installing jq

    The best resources I found are: https://stedolan.github.io/jq/download/ and http://macappstore.org/jq/

    However neither worked for me. I run python 2 & 3, and use brew in addition to pip, as well as Jupyter. I was only successful after brew uninstall jq then updating brew and rebooting my system

    What worked for me was removing all previous installs then pip install jq

提交回复
热议问题