Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #16676 > unrolled thread

Pythonbrew is not installing Python 2.7 successfully

Started byPatrick Wayodi <patrickwayodi@gmail.com>
First post2011-12-05 21:16 +0300
Last post2011-12-05 21:16 +0300
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Pythonbrew is not installing Python 2.7 successfully Patrick Wayodi <patrickwayodi@gmail.com> - 2011-12-05 21:16 +0300

#16676 — Pythonbrew is not installing Python 2.7 successfully

FromPatrick Wayodi <patrickwayodi@gmail.com>
Date2011-12-05 21:16 +0300
SubjectPythonbrew is not installing Python 2.7 successfully
Message-ID<mailman.3313.1323108992.27778.python-list@python.org>
Hi,
I'm trying to install Python 2.7 using Pythonbrew on a Debian
GNU/Linux system, but I've failed. This is the output I got on my
terminal:


root@debian:~# pythonbrew install /home/guest/python27
Copying /home/guest/python27 into /root/.pythonbrew/build/Python-python27

This could take a while. You can run the following command on another
shell to track the status:
  tail -f /root/.pythonbrew/log/build.log

Installing Python-python27 into /root/.pythonbrew/pythons/Python-python27
ERROR: Failed to install Python-python27. See
/root/.pythonbrew/log/build.log to see why.
  pythonbrew install --force python27
root@debian:~#


The log file build.log was empty. Please help me.

Patrick.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web