install python3 on mac environment code example
Example 1: command to install python3.6 on mac os
$ brew switch python 3.6.5_1
Example 2: command to install python3.6 on mac os
$ brew unlink python
$ brew switch python 3.6.5_1
$ brew unlink python