Go to advanced search

by seniorheff
Mon Feb 25, 2013 7:42 am
Forum: General programming discussion
Topic: Advice for installing 'localtunnel'
Replies: 3
Views: 2512

Re: Advice for installing 'localtunnel'

I was getting a fatal error when I tried to install localtunnel-beta from pip.

I was able to install the version from the Ruby gem. Here were my steps:

Code: Select all

sudo apt-get update
sudo apt-get install -y ruby-full
sudo apt-get install -y rubygems1.8
sudo gem install localtunnel

Go to advanced search