似乎无法更改snowsql的位置安装路径。
从命令行运行windows 10?
文档中有这个....
$ SNOWSQL_DOWNLOAD_DIR=/var/shared snowsql -h从windows10命令行来看这是非常令人困惑的。不工作..。请帮帮忙?
发布于 2020-06-30 00:21:04
the SnowSQL documentation page上提供的示例适用于macOS和Linux (给定所使用的路径样式),但是一般特性可以通过环境变量的概念来使用,Windows的命令提示符支持该环境变量(和can be set at more global levels)。
C:\> set SNOWSQL_DOWNLOAD_DIR=C:\CommonSharedDir\SnowSQL
C:\> snowsql
Installing version: 1.2.7 [####################################] 100%
[ … ]
C:\> dir C:\CommonSharedDir\SnowSQL
[ … ]
Directory of C:\CommonSharedDir\SnowSQL
06/29/2020 09:44 PM <DIR> .
06/29/2020 09:44 PM <DIR> ..
06/29/2020 09:42 PM <DIR> 1.2.7
06/29/2020 09:42 PM 42 autoupgrade
[ … ]https://stackoverflow.com/questions/62642093
复制相似问题