diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-05-19 03:24:27 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-05-19 03:24:27 +0900 |
| commit | 8092492018a520b997f688a617ccb0684cb82b4b (patch) | |
| tree | a89878652c0a30cb50305b6f3de340b73a595463 /internal/rosa/python.go | |
| parent | a7877844bf93d9e15cc4f90e99d6e283d59b74ab (diff) | |
internal/rosa/perl: Makefile.PL helper
This can be invoked from azalea.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/python.go')
| -rw-r--r-- | internal/rosa/python.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/internal/rosa/python.go b/internal/rosa/python.go index 1e4cbca8..4b85399b 100644 --- a/internal/rosa/python.go +++ b/internal/rosa/python.go @@ -7,6 +7,9 @@ import ( "hakurei.app/internal/pkg" ) +// Python is the python interpreter used by [PipHelper]. +var Python = H("python") + // PipHelper is the [Python] pip packaging helper. type PipHelper struct { // Path elements joined with source. |
