diff options
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. |
