How to install python

Alvaro Andres Pinzon Cortes
1 min readJun 26, 2019

--

For mac

  1. Please follow this tutorial https://youtu.be/uA8SA81nivg
  2. To verify that it was correctly installed open the terminal
  3. Run the following command
python -V

4. Then, you should see as output the version of python. If you see it, then it was correctly installed

For windows

  1. Please follow this tutorial https://youtu.be/OV9WlTd9a2U

2. It is very important that you click the checkbox “Add Python to PATH”

  1. To verify that it was correctly installed open the cmd
  2. Run the following command
python -V

4. Then, you should see as output the version of python. If you see it, then it was correctly installed

For linux

--

--

No responses yet