Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env sh
set -e
python_version="python2.7"
q3k_install_root="${HOME}/datawire"
is_python_installed () {
amsg " Checking if python is installed: "
if command -v python > /dev/null 2>&1; then