Thank you for the quick response.
1. Yes command #3 i.e. pyenv install 3.6.5 completed okay
2. Tried restarting laptop and re-running command #4 i.e. "pip3 install" , got the same error "
pip3 install
-bash: pip3: command not found"
3. Tried reinstalling 3.6.5 and rerunning #4 - same error.
pyenv install 3.6.5
pyenv: /Users/rohithans/.pyenv/versions/3.6.5 already exists
continue with installation? (y/N) y
python-build: use openssl from homebrew
python-build: use readline from homebrew
Downloading Python-3.6.5.tar.xz...
-> https://www.python.org/ftp/python/3.6.5/Python-3.6.5.tar.xz
Installing Python-3.6.5...
python-build: use readline from homebrew
Installed Python-3.6.5 to .....
Not sure what to do next. Am also trying on a Win10 environment.
thanks