[ros-users] Does ROS follow python PEP 0394?

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: User discussions
日付:  
To: ros-users
題目: [ros-users] Does ROS follow python PEP 0394?

As I'm sorting out how to get ROS working well with Archlinux, one of
the main issues is that 'python' is linked to python3 in arch.

There is a PEP addressing this issue in general
http://www.python.org/dev/peps/pep-0394/ which in short recommends that
python should be called via python2 or python3 unless the code is
compatible with both.