Snappass on Linode

Has anyone installed https://github.com/pinterest/snappass on Linode before? If so, how did you go about it?

1 Reply

I just played with this a little bit since I thought it looked like was a cool little tool. I had not known about it before you posted here.

After installing redis and then the snappass package, I tried running the snappass command to check if it was running. It looks like the installation placed the installed scripts in directories that were not in my PATH. If that happens to you, you'll want to add whatever directory it lands into your PATH. This can be done by running:

export PATH="$HOME/bin:$PATH"

In that example, you'll need to replace $HOME/bin with the actual directory.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct