https://github.com/ScoopInstaller/ScoopScoop 可以轻松的切换开发工具的环境,例如:
```
scoop install nodejs-lts
scoop install versions/nodejs14
scoop install python
scoop install versions/python27
node --version
v14.18.3
python --version
Python 2.7.18
python3 --version
Python 3.10.2
python2 --version
Python 2.7.18
scoop reset nodejs-lts
scoop reset python
node --version
v16.13.2
python --version
Python 3.10.2
python3 --version
Python 3.10.2
python2 --version
Python 2.7.18
```
如果你非要用 GNU/Linux 作为 OS 环境,可以试试 Vagrant 和 Multipass ,这两个也可以通过 Scoop 安装。