用.bat批处理文件运行conda环境下的Python程序

October 10, 2024

call E:\Anaconda1\Scripts\activate.bat pyinstaller310

cd W:\a_study\Intretech\GuGu\StyleTrans

W:

call python win_main.py

pause

其中,pause可以用于自动暂停查看错误问题

    用.bat批处理文件运行conda环境下的Python程序