Description
I just tried to install um
with the following instructions (from this thread):
Installing this on Linux is straightforward.
You need Pandoc. On Debian, Ubuntu, etc. this is:
sudo apt-get install pandoc
. I'm sure there's a similar incantation for Arch and so forth, but I can't be arsed. If you don't already have Ruby installed in your system, you'll need that too.cd into your favorite personal toolbox directory and
git clone https://github.com/sinclairtarget/um.git
Add a symlink to um in /usr/local/bin:
sudo ln -s /your/path/to/um/bin/um /usr/local/bin/um
. Make sure you're symlinking to the um script, not the um directory.That's it. Enjoy.
Nice little widget. I like it.
Now when I try to run it, I get the following error message:
2: from /usr/local/bin/um:3:in
<main>' 1: from /usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:in
require'
/usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:in `require': cannot load such file -- um (LoadError)
What should I do?
I am running Ubuntu 18.04.
Thanks!