Skip to content

Commit aa4371e

Browse files
Update .bash_aliases
1 parent a80ccf2 commit aa4371e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

opt/profiles/.bash_aliases

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,5 +224,6 @@ if [ -f /Applications/SnowSQL.app/Contents/MacOS/snowsql ]; then
224224
fi
225225

226226
# install snow cli
227-
snow --version || ( pip3 install --upgrade pip && python -m pip install snowflake-cli-labs )
227+
# TODO: restore snow at some point
228+
# snow --version || ( pip3 install --upgrade pip && python -m pip install snowflake-cli-labs )
228229
export GOPRIVATE=github.com/snowflakedb/*

0 commit comments

Comments
 (0)