Ai
2 Star 1 Fork 2

touchx/SeleniumBase

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
win_virtualenv.bat 944 Bytes
一键复制 编辑 原始数据 按行查看 历史
Michael Mintz 提交于 2022-10-31 08:31 +08:00 . Update virtualenv install scripts
@ECHO OFF
:: Performs necessary setup steps to allow the use of
:: virtualenv commands such as "mkvirtualenv [ENV_NAME]"
:: for creating and using Python virtual environments.
py -m pip install --upgrade pip --user
py -m pip install --upgrade wheel --user
py -m pip install virtualenvwrapper-win --force-reinstall --user
echo:
echo:
echo: *** You may now use virtualenv commands in your command shell. ***
echo:
echo: virtualenv commands:
echo: * "mkvirtualenv [ENV_NAME]" - Create a Python virtual environment
echo: * "deactivate" - Exit the current virtual environment
echo: * "workon [ENV_NAME]" - Enter an existing virtual environment
echo: * "lsvirtualenv" OR "workon" - List all virtual environments
echo: * "rmvirtualenv [ENV_NAME]" - Delete a virtual environment
echo:
echo: Example:
echo: mkvirtualenv seleniumbase
echo: mkvirtualenv seleniumbase --python=[PATH_TO_PYTHON]
echo:
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/touchx_admin/SeleniumBase.git
git@gitee.com:touchx_admin/SeleniumBase.git
touchx_admin
SeleniumBase
SeleniumBase
master

搜索帮助