Press [tab] twice for commands and environments auto completion.
Press [tab] twice for commands and environments auto completion.
```
```
## Create Virtual Environment
## Commands Action
### Create Virtual Environment
Command *create* will create environment and project directory. Its also will run *venv* to generate files required by environment. Its required two arguments:
Command *create* will create environment and project directory. Its also will run *venv* to generate files required by environment. Its required two arguments:
Use *remove* command to remove or delete virtual environment. This action will delete all associated environment plus project directories and all its contents. Command required only one argument which is environment name.
Use *remove* command to remove or delete virtual environment. This action will delete all associated environment plus project directories and all its contents. Command required only one argument which is environment name.
...
@@ -157,7 +154,7 @@ Please confirm to remove environment and its project? [myenv4] [Yy/Nn] y
...
@@ -157,7 +154,7 @@ Please confirm to remove environment and its project? [myenv4] [Yy/Nn] y
venvtools: virtual environments removed [myenv4]
venvtools: virtual environments removed [myenv4]
```
```
### Activate Virtual Environment
## Activate Virtual Environment
Following *activate* command will activate selected virtual environment and automatically change to project directory. Action required only one argument which is environment name.
Following *activate* command will activate selected virtual environment and automatically change to project directory. Action required only one argument which is environment name.