APPIUM PYTHON TUTORIAL SERIES:
Appium Beginners - Setting up Appium in Mac, this video covers the following for-
1. pyenv installation in Mac using brew
2. Install Python inside pyenv
pyenv GitHub Repo:
https://github.com/pyenv/pyenv#locati...
Commands:
brew update
brew install pyenv
pyenv install 3.6.2
pyenv install 2.7.14
pyenv versions