You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On archlinux, python 2.7 interpreter is call python2 an not python. In previous version (pre 2.x.y), interpreter was detected setup.py caller and set correctly.
In new version, exabpg is become a script shell and interpreter is detected by a which python. It's python 3 on archlinux.
Can we have a way to define current python interpreter path correctly ?
From [email protected] on December 08, 2011 01:25:42
On archlinux, python 2.7 interpreter is call python2 an not python. In previous version (pre 2.x.y), interpreter was detected setup.py caller and set correctly.
In new version, exabpg is become a script shell and interpreter is detected by a
which python
. It's python 3 on archlinux.Can we have a way to define current python interpreter path correctly ?
Original issue: http://code.google.com/p/exabgp/issues/detail?id=3
The text was updated successfully, but these errors were encountered: