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.

Hyper CLI command not installed if /usr/local/bin doesn't exist

See original GitHub issue

Issue

I updated to 2.0.0, and the hyper commands aren’t working for me. From poking around in documentation, it doesn’t look like I’m supposed to do anything to have access to the CLI, but maybe I’m wrong.

bash: hyper: command not found

screen shot 2018-04-16 at 11 33 39 am

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:3
  • Comments:34 (1 by maintainers)

github_iconTop GitHub Comments

42reactions
andersabcommented, Mar 2, 2019

I can recreate this in my OSX environment…

  1. Download and unzip Hyper
  2. Open Hyper after you download (it appears the /usr/local/bin link will link to where ever that is you first started it from - my case was the download temp directory in the browser)
  3. The link will be broken once you close that hyper instance
  4. Once you drag the app to “Applications” it will be broken also

I fixed it by the following

rm /usr/local/bin/hyper
ln -s /Applications/Hyper.app/Contents/Resources/bin/hyper /usr/local/bin/hyper
ls -lah /usr/local/bin/hyper

The last command checks it.

35reactions
bkjoelcommented, Dec 29, 2018

Sorry if bumping the thread or anything along the lines.

I installed Hyper on a brand new OSX installation - In my case I didn’t get the symbolic link on /usr/local/bin and had to create it manually using - sudo ln -s /Applications/Hyper.app/Contents/Resources/bin/hyper /usr/local/bin/hyper which fixed the problem 👍

Read more comments on GitHub >

github_iconTop Results From Across the Web

Hyper Terminal: zsh: command not found: hyper
I wrote the following code to change the theme, but it gave the following error. Command to change theme: hyper i verminal. zsh:...
Read more >
Connecting USB devices to WSL - Windows Command Line
While support for attaching devices over USB/IP exists in Linux (a client), there was no corresponding server support for USB/IP in Windows.
Read more >
Installation - Lando Docs
Get the skinny on how to easily install Lando, a local development and DevOps tool, on macOS, Windows and Linux.
Read more >
R Installation and Administration
R will automatically make use of a site-specific library R_HOME /site-library if this exists (it does not in a vanilla R installation).
Read more >
How to Fix “Command Not Found” Errors in Mac Command Line
The “command not found” error in the Terminal can surface for several reasons in the command line of MacOS and Mac OS X,...
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