Issue 6887: executables in lib use /usr/bin/env python, not python3 (original) (raw)

Issue6887

Created on 2009-09-11 19:04 by MLModel, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg92518 - (view) Author: Mitchell Model (MLModel) Date: 2009-09-11 19:04
Some of the executables in lib begin with the line: #! /usr/bin/env python Shouldn't that be python3?
msg92519 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2009-09-11 19:08
Honestly those lines should probably be stripped out and simply expect people to use runpy to execute the modules.
History
Date User Action Args
2022-04-11 14:56:52 admin set github: 51136
2010-11-28 05:40:30 eric.araujo set status: open -> closednosy: + eric.araujoresolution: duplicatesuperseder: "make altinstall" installs many files with incorrect shebangsstage: resolved
2009-09-11 19:08:52 brett.cannon set priority: lowtype: behavior
2009-09-11 19:08:35 brett.cannon set nosy: + brett.cannonmessages: +
2009-09-11 19:04:35 MLModel create