mirror of https://github.com/databricks/cli.git
6 lines
141 B
Plaintext
6 lines
141 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# pythonw is a gui app for launching gui/no-ui-at-all scripts,
|
||
|
# when no console window is opened on Windows
|
||
|
echo "Python 2.7.18"
|