Re: [Server-devel] [IIAB] iiab on xo-4

2014-07-26 Thread Tim Moody
Thanks. This got me past the /tmp space problem, but now I have a new problem. If for some reason, such as mirrors unavailable, /bin/pip install -U -b /piptmp --use-mirrors Internet-in-a-Box fails and I rerun I get Found existing installation: MarkupSafe 0.18 Uninstalling MarkupSafe:

Re: [Server-devel] [IIAB] iiab on xo-4

2014-07-26 Thread Tim Moody
I found pkg_resources.py and setuptools in /piptmp, which seems wrong, but I don’t know why it is there and how to cause it to install where I assume it should be in /usr/lib/python2.7/site-packages/. Tim From: Tim Moody Sent: Saturday, July 26, 2014 10:44 AM To: Internet In a Box Working

Re: [Server-devel] [IIAB] iiab on xo-4

2014-07-25 Thread Braddock Gaskill
Hi Tim, pip builds its packages in /tmp by default. You can specify a different directory where you have enough disk space. See http://stackoverflow.com/questions/10617198/pip-creates-build-directories pip install -b customized_build_directory to specify another directory as build base

Re: [Server-devel] [IIAB] iiab on xo-4

2014-07-25 Thread Tim Moody
this looks promising Tim From: Braddock Gaskill Sent: Friday, July 25, 2014 5:25 PM To: Internet In a Box Working Group Cc: XSCE/xsce ; server-devel Subject: Re: [IIAB] iiab on xo-4 Hi Tim, pip builds its packages in /tmp by default. You can specify a different directory where you have