mirror of https://github.com/databricks/cli.git
7 lines
171 B
Plaintext
7 lines
171 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# this is an emulation of Windows App Store stub
|
||
|
>&2 echo "Python was not found; run without arguments to install from the Microsoft Store, ..."
|
||
|
|
||
|
echo "Python"
|