Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #16676
| Date | 2011-12-05 21:16 +0300 |
|---|---|
| Subject | Pythonbrew is not installing Python 2.7 successfully |
| From | Patrick Wayodi <patrickwayodi@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3313.1323108992.27778.python-list@python.org> (permalink) |
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 comp.lang.python | Previous | Next | Find similar | Unroll thread
Pythonbrew is not installing Python 2.7 successfully Patrick Wayodi <patrickwayodi@gmail.com> - 2011-12-05 21:16 +0300
csiph-web