Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
QinMing authored Sep 20, 2016
1 parent e9e0903 commit 873fb6e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@ A single shell function that makes Python [virtualenv](http://docs.python-guide.

## Intro

Create new virtualenv: `ve new_env_name`

Activate: `ve env_name`. After you activate a venv once in a perticular folder, your venv name is remembered. **Next time you can simply type `ve` in that folder to quickly activate the same venv. This also works in its sub-folders.**
Type `ve env_name` to get started. After you activate an environment for the first time, your env name is remembered. **Next time you can simply type `ve` in that folder to quickly activate the same virtual env. This also works in its sub-folders.**

Deactivate (exit): `ve -e`

List existing ones: `ve -l`
List existing virtual environments: `ve -l`

Remove: `ve -d env_name`

Expand Down

0 comments on commit 873fb6e

Please sign in to comment.