From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 239D73858C33; Wed, 19 Jul 2023 11:59:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 239D73858C33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1689767961; bh=+k9wuZon8G/3kdDo6soY3jHl1mgBfrox1AA/Sfj2Drs=; h=From:To:Subject:Date:From; b=dN2ephOkZnN9zzlAQ/pxz8uk9XJZL/ikt/oLFheUomTGVNgTKiroIqXokgTJjJLOY RJZ0U4PMNKAht9PdUVrkXS2UWB3cgM26Qv5XfDBkDQUJyMngTiKB+btfT7QHvHdZfm QhistKypuBHY+LsbY9mZed7uhmnBV/Q06XpZZjdM= From: "ams at sourceware dot org" To: bunsen@sourceware.org Subject: [Bug bunsen/30652] New: Scripts are hard-coded to use /usr/bin/python3 Date: Wed, 19 Jul 2023 11:59:20 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: bunsen X-Bugzilla-Component: bunsen X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ams at sourceware dot org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: bunsen at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30652 Bug ID: 30652 Summary: Scripts are hard-coded to use /usr/bin/python3 Product: bunsen Version: unspecified Status: NEW Severity: normal Priority: P2 Component: bunsen Assignee: bunsen at sourceware dot org Reporter: ams at sourceware dot org Target Milestone: --- The system python on my machine doesn't have pip and I don't have permissio= n to fix that, so I have another python installed and I need bunsen to use that. It would be better to use the value passed to configure, or even "#!/usr/bin/env python3". --=20 You are receiving this mail because: You are the assignee for the bug.=