On Wed, Jul 3, 2013 at 2:59 AM, Simon Dahla <
si...@conversionista.se> wrote:
>> File "/usr/lib/python2.7/os.py", line 157, in makedirs
>> mkdir(name, mode)
>> OSError: [Errno 13] Permission denied: '/build'
>> Storing complete log in /var/www/.pip/pip.log
>
>
> Any ideas how to get this working?
Some python libraries require root-level access.
use "sudo pip install localtunnel".
-ted