Skip to content

Instantly share code, notes, and snippets.

@sudoxx2
Created June 4, 2019 06:22
Show Gist options
  • Save sudoxx2/92b6d72dc50172ed4b20bf4bcb663995 to your computer and use it in GitHub Desktop.
Save sudoxx2/92b6d72dc50172ed4b20bf4bcb663995 to your computer and use it in GitHub Desktop.
check pre-req
# check if python is installed - it should return something similiar to this "Python 3.6.7"
python --version
# check if pip is installed - it should return something similiar to this "pip 19.1.1 from <your_path>"
pip --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment