Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (8b0a46492834b7f2ebd40bb6e5630142daf55dab)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: tj <treeve AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (8b0a46492834b7f2ebd40bb6e5630142daf55dab)
  • Date: Wed, 07 Nov 2012 08:51:06 +0100

On Tuesday 06 November 2012 21:15:30 Ismael Luceno wrote:
> On Sat, 20 Oct 2012 09:48:11 -0500
> Treeve Jelbert <scm AT sourcemage.org> wrote:
> <...>
>
> > commit 8b0a46492834b7f2ebd40bb6e5630142daf55dab
> > Author: Treeve Jelbert <treeve AT sourcemage.org>
> > Commit: Treeve Jelbert <treeve AT sourcemage.org>
> >
> > FUNCTIONS - explicitly use python2
>
> This commit seems to be giving me troubles. Is this python2
> symlink/wrapper created somewhere?


the normal python script does this, if python2 is chosen as the main version
of python

t$ gaze install python
/etc
/etc/sorcery
/usr
/usr/bin
/usr/bin/2to3
/usr/bin/idle
/usr/bin/msgfmt.py
/usr/bin/pydoc
/usr/bin/pygettext.py
/usr/bin/python
/usr/bin/python2
/usr/bin/python2.7
/usr/bin/python2.7-config
/usr/bin/python2-config
/usr/bin/python-config
/usr/bin/smtpd.py



$ ls -l /usr/bin/ |grep python
lrwxrwxrwx 1 root root 7 May 30 14:28 python -> python2
lrwxrwxrwx 1 root root 9 May 30 14:28 python2 -> python2.7
-rwxr-xr-x 1 root root 5032 May 30 14:28 python2.7
-rwxr-xr-x 1 root root 1618 May 30 14:28 python2.7-config
lrwxrwxrwx 1 root root 16 May 30 14:28 python2-config -> python2.7-
config
lrwxrwxrwx 1 root root 14 May 30 14:28 python-config ->
python2-config

Regards





Archive powered by MHonArc 2.6.24.

Top of Page