databricks-cli/cmd/labs/project
Denis Bilenko 65fbbd9a7c
libs/python: Remove DetectInterpreters (#2234)
## Changes
- Remove DetectInterpreters from DetectExecutable call: python3 or
python should always be on on the PATH. We don't need to detect
non-standard situations like python3.10 is present but python3 is not.
- I moved DetectInterpreters to cmd/labs where it is still used.

This is a follow up to https://github.com/databricks/cli/pull/2034

## Tests
Existing tests.
2025-01-27 13:22:08 +00:00
..
testdata libs/python: Remove DetectInterpreters (#2234) 2025-01-27 13:22:08 +00:00
command_test.go Remove calls to `t.Setenv` from integration tests (#2018) 2024-12-16 12:34:37 +01:00
entrypoint.go Enable gofumpt and goimports in golangci-lint (#1999) 2024-12-12 10:28:42 +01:00
fetcher.go Fix `panic: $HOME is not set` (#1027) 2023-11-29 19:08:27 +00:00
helpers.go Fix `panic: $HOME is not set` (#1027) 2023-11-29 19:08:27 +00:00
init_test.go Add `databricks labs` command group (#914) 2023-11-17 12:47:37 +00:00
installed.go Move folders package into libs (#1184) 2024-02-07 16:33:18 +00:00
installed_test.go Add `databricks labs` command group (#914) 2023-11-17 12:47:37 +00:00
installer.go libs/python: Remove DetectInterpreters (#2234) 2025-01-27 13:22:08 +00:00
installer_test.go Enable testifylint and fix the issues (#2065) 2025-01-02 12:03:41 +01:00
interpreters.go libs/python: Remove DetectInterpreters (#2234) 2025-01-27 13:22:08 +00:00
interpreters_unix_test.go libs/python: Remove DetectInterpreters (#2234) 2025-01-27 13:22:08 +00:00
interpreters_win_test.go libs/python: Remove DetectInterpreters (#2234) 2025-01-27 13:22:08 +00:00
login.go Prompt for account profile only for account-level command execution instead of during `databricks labs install` flow (#1128) 2024-01-22 17:35:13 +00:00
project.go Fix `panic: $HOME is not set` (#1027) 2023-11-29 19:08:27 +00:00
project_test.go Add `databricks labs` command group (#914) 2023-11-17 12:47:37 +00:00
proxy.go Use Go SDK Iterators when listing resources with the CLI (#1202) 2024-02-21 14:16:36 +00:00
schema.json Add `databricks labs` command group (#914) 2023-11-17 12:47:37 +00:00