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
https://www.heady.io/blog/how-to-manage-multiple-github-accounts | |
https://stackoverflow.com/questions/3860112/multiple-github-accounts-on-the-same-computer |
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
-----------------INSTALLING PYTHON------------------------------------------------------------ | |
1. Install Python (version should be >=3.6.0, preferably v3.8.5) | |
2. Install Python v2.7 | |
3. Add both the version to path (v2.7 should come before v3.8.5) | |
4. Add PYTHON environment variable with value pointing to Python3.8.5 executable file | |
______________________________________________________________________________________________ | |
----------------INSTALLING VSBUILD TOOLS------------------------------------------------------ | |
Stick to one version. Let's go with Visual Studio 2019 |