提交 51983a40 编写于 作者: qq_41256425's avatar qq_41256425

Update InstallPyBuilder_3_10_2.bat

上级 6051749d
echo Magic Pig Install Python Builder v1.0
call mkdir cache
call curl -L https://gitcode.net/magic-pig/resource/-/raw/master/python/3.10/python-3.10.2.zip?inline=false -o .\cache\python-3.10.2.zip
call curl -L https://gitcode.net/magic-pig/resource/-/raw/master/python/3.10/get-pip.py?inline=false -o .\cache\get-pip.py
call curl -L https://gitcode.net/magic-pig/resource/-/raw/master/7z/7z.dll?inline=false -o .\cache\7z.dll
call curl -L https://gitcode.net/magic-pig/resource/-/raw/master/7z/7z.exe?inline=false -o .\cache\7z.exe
call .\cache\7z.exe x -y .\cache\python-3.10.2.zip -o.\python\3.10.2
call .\python\3.10.2\python.exe .\cache\get-pip.py
call curl -L https://gitcode.net/magic-pig/resource/-/raw/master/python/3.10/python310._pth?inline=false -o .\python\3.10.2\python310._pth
call rmdir cache /s /q
call .\python\3.10.2\python.exe -m pip list
pause
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册