怪物奇妙物语

宇宙无敌超级美少男的怪物奇妙物语

首页 新随笔 联系 管理
  819 随笔 :: 0 文章 :: 2 评论 :: 16万 阅读

第一步

在系统变量的Path中,添加:%WherePython% 和 %WherePython%\Scripts\ 两组值,系统根据这个寻找python内容

第二部

@echo off
%1 mshta vbscript:CreateObject("Shell.Application").ShellExecute("cmd.exe","/c %~s0 ::","","runas",1)(window.close)&&exit
choice /c 123 /m "Python37->Press 1, Python39->Press 2, Python310->Press 3"
if errorlevel 3 goto Python310
if errorlevel 2 goto Python39
if errorlevel 1 goto Python37
:Python37
setx WherePython D:\Python37 /M
goto end
:Python39
setx WherePython C:\ProgramData\Anaconda3 /M
goto end
:Python310
setx WherePython D:\Python310 /M
goto end
:end
echo GoodBye

原始链接

http://t.csdn.cn/r4x0f

posted on   超级无敌美少男战士  阅读(56)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 微软正式发布.NET 10 Preview 1:开启下一代开发框架新篇章
· 没有源码,如何修改代码逻辑?
· PowerShell开发游戏 · 打蜜蜂
· 在鹅厂做java开发是什么体验
· WPF到Web的无缝过渡:英雄联盟客户端的OpenSilver迁移实战
点击右上角即可分享
微信分享提示