- Windows 11
- Hyper-v
- Vagrant
Make and execute batch file install-and-enable-hyper-v.bat (Administrator)
| # 1. Download and install go | |
| https://golang.org/doc/install | |
| # 2. Download and install VMware workstation player | |
| https://www.vmware.com/products/workstation-player.html | |
| # 3. Download and install vagrant | |
| https://www.vagrantup.com/downloads | |
| # 4. Download vagrant vmware utility |
| npm install --registry [ADDRESS] [LIBRRARY] |
| # github, gitlab, bitbucket | |
| git config --global url.ssh://git@github.com/.insteadOf https://github.com/ | |
| git config --global url.ssh://git@gitlab.com/.insteadOf https://gitlab.com/ | |
| git config --global url.ssh://git@bitbucket.org/.insteadOf https://bitbucket.org/ |
> sudo apt update
> sudo apt install build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libreadline-dev libffi-dev libsqlite3-dev wget libbz2-devFirst, you remove default formatter setting like:
"editor.defaultFormatter": "esbenp.prettier-vscode" <- REMOVE THIS LINEAnd install python like(link):