snow helpers clean-installer-path¶
Remove PATH entries that older macOS installers left in shell startup files, which can keep an outdated snow ahead of the current one.
Syntax¶
Arguments¶
None
Options¶
--applyRemove historical installer PATH entries. The default is a dry run. Default: False.
--format [TABLE|JSON|JSON_EXT|CSV]Specifies the output format. [env var: SNOWFLAKE_CLI_OUTPUT_FORMAT | config: cli.output_format]. Default: TABLE.
--verbose, -vDisplays log entries for log levels
infoand higher. Default: False.--debugDisplays log entries for log levels
debugand higher; debug logs contain additional information. Default: False.--silentTurns off intermediate output to console. Default: False.
--enhanced-exit-codesDifferentiate exit error codes based on failure type. Default: False.
--decimal-precision INTEGERNumber of decimal places to display for decimal values. Uses Python’s default precision if not specified. [env var: SNOWFLAKE_DECIMAL_PRECISION].
--helpDisplays the help text for this command.
Usage notes¶
The command reports what it would remove by default. --apply removes the entries and backs up every file it changes.
Examples¶
-
Preview the PATH entries that older macOS installers left behind:
-
Remove those entries and back up the edited files: