Created
June 4, 2019 06:22
-
-
Save sudoxx2/92b6d72dc50172ed4b20bf4bcb663995 to your computer and use it in GitHub Desktop.
check pre-req
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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