Created
December 6, 2024 16:00
-
-
Save aoeuidht/e189a2136901d24b81b2f23ce9a9c903 to your computer and use it in GitHub Desktop.
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
if [%1]==[1] ( | |
code --install-extension ms-python.python | |
code --install-extension ms-toolsai.jupyter | |
code --install-extension MS-CEINTL.vscode-language-pack-zh-hans | |
) else ( | |
curl -O https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/Anaconda3-2023.07-2-Windows-x86_64.exe | |
curl -L "https://code.visualstudio.com/sha/download?build=stable&os=win32-x64-user" > VSCodeUserSetup-x64-1.82.0.exe | |
start /wait "" Anaconda3-2023.07-2-Windows-x86_64.exe /InstallationType=JustMe /RegisterPython=1 /S /D=="%homepath%\anaconda3" | |
start /wait "" VSCodeUserSetup-x64-1.82.0.exe /VERYSILENT /NORESTART /MERGETASKS=!runcode | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment