You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is for the Heroku CLI only and issues are reviewed as we are able. If you need more immediate assistence or help with anything not specific to the CLI itself, please use https://help.heroku.com.
Do you want to request a feature or report a bug?
Currently a bug but perhaps a feature? Please support brew install heroku within Linuxbrew!
What is the current behavior?
Installation via brew on Linux (Pop_OS! 20.10) succeeds but attempts to run heroku thereafter produce an error:
I presume that the node binary that ships with heroku-node is prebuilt for Mac OS. I attempted to brew install -s heroku-node and got a cached copy of the binary, not a compilation.
What is the expected behavior?
Installing heroku on Linux via Linuxbrew should work identically to Homebrew on Mac OS. I keep a .Brewfile in my home directory and setup every server I admin and my local Linux boxes with brew bundle --global. It was surprising to find out that heroku was unusable.
See #1566 for a previous bug that was worked around by installing the standalone version. I am installing via snap ATM, which is less ideal, since snap doesn't ship on Pop_OS! by default, and I cannot keep my installed packages in a manifest like .Brewfile.
The text was updated successfully, but these errors were encountered:
This project is for the Heroku CLI only and issues are reviewed as we are able. If you need more immediate assistence or help with anything not specific to the CLI itself, please use https://help.heroku.com.
Do you want to request a feature or report a bug?
Currently a bug but perhaps a feature? Please support
brew install heroku
within Linuxbrew!What is the current behavior?
Installation via
brew
on Linux (Pop_OS! 20.10) succeeds but attempts to runheroku
thereafter produce an error:I presume that the
node
binary that ships withheroku-node
is prebuilt for Mac OS. I attempted tobrew install -s heroku-node
and got a cached copy of the binary, not a compilation.What is the expected behavior?
Installing
heroku
on Linux via Linuxbrew should work identically to Homebrew on Mac OS. I keep a.Brewfile
in my home directory and setup every server I admin and my local Linux boxes withbrew bundle --global
. It was surprising to find out thatheroku
was unusable.See #1566 for a previous bug that was worked around by installing the standalone version. I am installing via
snap
ATM, which is less ideal, sincesnap
doesn't ship on Pop_OS! by default, and I cannot keep my installed packages in a manifest like.Brewfile
.The text was updated successfully, but these errors were encountered: