question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

brew install command pulls another jp

See original GitHub issue

README suggests the following to install from Homebrew:

brew tap jmespath/jmespath
brew install jp

This however installs another jp package

$ brew info jp
jp: stable 1.1.12 (bottled)
Dead simple terminal plots from JSON data
https://github.com/sgreben/jp
...

I believe the correct command should be

brew install jmespath/jmespath/jp

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:36
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

16reactions
obormotcommented, Feb 20, 2019
$ brew install jmespath/jmespath/jp
==> Installing jp from jmespath/jmespath
==> Downloading https://github.com/jmespath/jp/releases/download/0.1.3/jp-0.1.3.tar.gz
==> Downloading from https://github-production-release-asset-2e65be.s3.amazonaws.com/40455851/a6033f2c-979c-11e7-9e23-7670faf4e7be?X-Amz-Algorithm
######################################################################## 100.0%
🍺  /usr/local/Cellar/jp/0.1.3: 3 files, 3.5MB, built in 6 seconds
2reactions
pmarekecommented, Aug 18, 2019

Thanks so much @obormot, it works perfect for me. I was giving the following error with the “other” jp command :

line.go:44: no valid y values given

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Open a Homebrew Pull Request
Use brew bump-formula-pr to do everything (i.e. forking, committing, pushing) with a single command. Run brew bump-formula-pr --help to learn more. Submit a...
Read more >
Introduction to Homebrew: the painless way to install ...
Manage your command-line utilities with brew​​ Homebrew boasts that it "installs the stuff you need that Apple (or your Linux system) didn't" install...
Read more >
System Information User Guide for Mac
The Hardware Overview section of a system report. The report includes: The hardware that's installed on or connected to your computer.
Read more >
How Podman runs on Macs and other container FAQs
For example, you can do this on a Mac using Homebrew with brew install podman . Once you've installed the client, issue podman...
Read more >
QMK Firmware
Tutorial. Introduction; Setup; Building Your First Firmware; Flashing Firmware; Getting Help/Support; Building With GitHub Userspace; Other Resources ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found