希望有大大可以帮我看看,pipenv shell以后应该怎么继续运行
@echo off
title python虚拟打包工具
mode con cols=80 lines=20
echo 使用前请确保已经安装好Python、环境变量正常
echo=
set a=
set /p a=请输入A安装虚拟环境,B安装AOTU py TO exe打包模块,任意键退出,已安装直接回车键:
if "%a%"=="" goto ch2
if "%a%"=="a"goto ch1
if "%a%"=="A"goto ch1
if "%a%"=="b"goto ch3
if "%a%"=="B"goto ch3
EXIT
:ch1
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pipenv
:ch3
pip install auto-py-to-exe -i https://pypi.tuna.tsinghua.edu.cn/simple/
:ch2
call pipenv shell
echo 已经进入虚拟环境
echo 请输入要添加的模块
set /p answer=
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple %answer%
choice /C AB /M "A继续添加,B去打包py文件"
IF %ERRORLEVEL% EQU 1 goto ch2
IF %ERRORLEVEL% EQU 2 goto ch4
:ch4
auto-py-to-exe
echo auto-py-to-exe 请稍等
ping -n 3 127.1>nul
你好,我是有问必答小助手,非常抱歉,本次您提出的有问必答问题,技术专家团超时未为您做出解答
本次提问扣除的有问必答次数,将会以问答VIP体验卡(1次有问必答机会、商城购买实体图书享受95折优惠)的形式为您补发到账户。
因为有问必答VIP体验卡有效期仅有1天,您在需要使用的时候【私信】联系我,我会为您补发。