Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #16676 > unrolled thread
| Started by | Patrick Wayodi <patrickwayodi@gmail.com> |
|---|---|
| First post | 2011-12-05 21:16 +0300 |
| Last post | 2011-12-05 21:16 +0300 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
Pythonbrew is not installing Python 2.7 successfully Patrick Wayodi <patrickwayodi@gmail.com> - 2011-12-05 21:16 +0300
| From | Patrick Wayodi <patrickwayodi@gmail.com> |
|---|---|
| Date | 2011-12-05 21:16 +0300 |
| Subject | Pythonbrew 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.
Back to top | Article view | comp.lang.python
csiph-web