Page MenuHomeDevCentral

Provide Python 3 interpreter as python3 executable
ClosedPublic

Authored by dereckson on Jan 15 2024, 19:55.
Tags
None
Referenced Files
F3673923: D3288.id.diff
Sun, Oct 20, 07:04
Unknown Object (File)
Sat, Oct 19, 03:47
Unknown Object (File)
Thu, Oct 10, 18:32
Unknown Object (File)
Thu, Oct 10, 18:32
Unknown Object (File)
Thu, Oct 10, 18:11
Unknown Object (File)
Thu, Oct 10, 18:11
Unknown Object (File)
Wed, Oct 2, 10:53
Unknown Object (File)
Wed, Oct 2, 05:19
Subscribers
None

Details

Summary

On FreeBSD, in scenarri where the metaport python3 is missing,
and only python3xx packages are installed, the python3 symlink can be absent.

As our scripts generally use #!/usr/bin/env python3 and not a precise shebang
targetting a specific version of Python 3, python3 should exist and be linked
to the version used by system dependencies.

This fix picks the lower version, as packages tend to be shown in that order.

Test Plan

salt -G 'os:freebsd' state.apply hotfixes/python3

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Passed
SeverityLocationCodeMessage
Advicehotfixes/files/alias-python3-interpreter.sh:14SC2086SHELLCHECK
Advicehotfixes/files/alias-python3-interpreter.sh:19SC2086SHELLCHECK
Unit
No Test Coverage
Branch
fix-python3
Build Status
Buildable 5205
Build 5486: arc lint + arc unit