diff options
Diffstat (limited to 'debian/pyvenv3.1')
-rw-r--r-- | debian/pyvenv3.1 | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/debian/pyvenv3.1 b/debian/pyvenv3.1 deleted file mode 100644 index 32e2f0f..0000000 --- a/debian/pyvenv3.1 +++ /dev/null @@ -1,34 +0,0 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.10. -.TH PYVENV-3.3 "1" "June 2012" "pyvenv-3.3 3.3" "User Commands" -.SH NAME -pyvenv-3.3 \- create virtual python environments -.SH DESCRIPTION -usage: venv [\-h] [\-\-system\-site\-packages] [\-\-symlinks] [\-\-clear] [\-\-upgrade] -.IP -ENV_DIR [ENV_DIR ...] -.PP -Creates virtual Python environments in one or more target directories. -.SS "positional arguments:" -.TP -ENV_DIR -A directory to create the environment in. -.SS "optional arguments:" -.TP -\fB\-h\fR, \fB\-\-help\fR -show this help message and exit -.TP -\fB\-\-system\-site\-packages\fR -Give the virtual environment access to the system -site\-packages dir. -.TP -\fB\-\-symlinks\fR -Attempt to symlink rather than copy. -.TP -\fB\-\-clear\fR -Delete the environment directory if it already exists. -If not specified and the directory exists, an error is -raised. -.TP -\fB\-\-upgrade\fR -Upgrade the environment directory to use this version -of Python, assuming Python has been upgraded in\-place. |