Virtual Python Environment builder
翻译 - 虚拟Python环境构建器
a pyenv plugin to manage virtualenv (a.k.a. python-virtualenv)
Python virtualenvs in Debian packages
Port of Doug Hellmann's virtualenvwrapper to Windows batch scripts
🐍 ZSH plugin to automatically switch python virtualenvs (including pipenv and poetry) as you move between directories
One command to have a working virtualenv + virtualenvwrapper environment.
Vim plugin for working with python virtualenvs
an alternative approach to manage virtualenvs from pyenv.
Python Development Workflow for Humans.
翻译 - 适用于人类的Python开发工作流程。
virtualenv tool for emacs
Synchronize your virtualenv quickly and exactly.
Pip & virtualenv friendly version of psycopg2 for Windows
A plugin for pdm that enables virtualenv management
The zsh theme pygmalion with VirtualEnv support
A script for cloning a non-relocatable virtualenv. originated here: https://gist.github.com/860822
An Jupyter plugin to enable the automatic detection of conda and virtualenv environments as kernels.
oh-my-zsh主题ys扩展,支持conda和virtualenv虚拟环境
Ansible Playbook for setting up a Django app with Nginx, Gunicorn, PostgreSQL, Celery, RabbitMQ, Supervisor, Virtualenv, and Memcached. A Vagrantfile for provisioning a VirtualBox virtual machine is i...
我用python编写的opencv案例:答题卡识别判卷。项目还用了virtualenv隔离出纯净环境,在里面指定了我们要用的python版本,不影响系统python版本。