Package problem
David Lyon
david.lyon at preisshare.net
Tue May 19 19:57:11 EDT 2009
On Tue, 19 May 2009 13:29:47 +0100, "A. Cavallo" <a.cavallo at cavallinux.eu>
wrote:
> You could try:
>
> http://download.opensuse.org/repositories/home:/cavallo71:/python-opt/
>
> This is a python interpreter installed under /opt/opt-python-2.7a0.
> All you have to do is sourcing /opt/opt-python-2.7a0/opt-python-env.sh
> from a shell and start using the python 2.7 (it's directly from the svn
> trunk).
>
> If you download a python module to generate the rpm for it all you have
to
> do
> is:
> $> . /opt/opt-python-2.7a0/opt-python-env.sh
> $> python setup.py bdist_rpm
>
> It will generate a package rpm installable under /opt/python-2.7a0 and
> won't
> interfere with the system.
I'm fascinated by this and want to try...
The above just gave me an ftp link?
Can you explain again how to do it?
More information about the Python-list
mailing list