Errors installing spacedrive with homebrew #2950
Unanswered
Zogproof
asked this question in
Community Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Am running homebrew on Arch linux, and have attempted to install spacedrive running the following as normal user:
brew install --cask spacedrive
Result (Username Edited):
WARNING: You don't have /home/[username]/.local/share/gem/ruby/3.4.0/bin in your PATH,
gem executables (bundle, bundler) will not run.
Successfully installed bundler-2.6.9
Parsing documentation for bundler-2.6.9
Done installing documentation for bundler after 0 seconds
1 gem installed
Error: macOS is required for this software.
The bundle and bundler binaries are present in the ~/.local/share/gem/ruby/3.4.0 folder.
Attempted to fix path issue by adding the following to my .bashrc:
export PATH="$PATH:/home/$USER/.local/share/gem/ruby/3.4.0/bin"
(The bundle and bundler binaries are present in the ~/.local/share/gem/ruby/3.4.0 folder.)
No change.
The following be related to the macOS isssue:
stripe/stripe-cli#1299
Beta Was this translation helpful? Give feedback.
All reactions