项目作者: rotsix

项目描述 :
Ultra-simple python's virtual environment manager
高级语言: Shell
项目地址: git://github.com/rotsix/vem.git
创建时间: 2018-06-22T10:37:37Z
项目社区:https://github.com/rotsix/vem

开源协议:

下载


vem

“A manager to manage them all.”

vem is an ultra-simple python’s Virtual Environments Manager (see here for more).

Installation

More than simple, just copy this to your $PATH.

Usage

  1. vem <command>
  2. list: display all disponible environments
  3. get: display current environment
  4. set <env>: set current environment
  5. link <env> <dest>: link environment to location
  6. gen <env>: generate new environment
  7. tmp: generate a temporary environment
  8. del <env>: delete given environment
  9. help: display help

Configuration

vem uses a virtual environment folder, located at $HOME/.virtual-env.

Q/A

Why not using /bin/activate?

I was reading this, and realized that this script is useless, and complicated. Doing a separate sub-shell for our environment is simpler, quicker, and safer.

How to desactivate current environment?

Just exit, or ^D!