-
Notifications
You must be signed in to change notification settings - Fork 298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After install all I get is twurl: command not found #156
Comments
Have you installed the gem as root, or as your regular user? I'd expect the install to have put a link to twurl into your Rubygems PATH, which I'd expect to be on your logged-in user's PATH. Try |
echo $PATH (I can't see any reference to ruby on there) To install ruby I used |
Looking at this Ask Ubuntu thread, it looks like you need to have |
+1 same issue, tried MacOS and Ubuntu UPDATE: actually works in an Ubuntu container now |
I installed Ruby in MacOS using Brew, needed to do |
Describe the bug
I followed the instructions in install.md ie
gem install twurl
and I see:
Then
twurl -v
to verify it is working:To Reproduce
I'm using Xubuntu 20.04, fairly new install so a fresh install of ruby was required. This is the output of my
sudo gem env
command:Expected behavior
I expected my twurl -v command to print a twurl version
Desktop (please complete the following information):
Additional context
I also tried installing from source:
$ git clone https://github.com/twitter/twurl $ cd twurl $ bundle install
and got the same result.
The text was updated successfully, but these errors were encountered: