diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2019-12-01 20:18:01 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2019-12-01 20:18:01 +0300 |
commit | 77d81aa4a3747b7dfbb17e43b16e1a514550c60c (patch) | |
tree | 0679778b3a5b46cb96d7c57485c847b83cc78bbf /debian/pyvenv3.1 | |
parent | c089c4500b0b78acf03ee5405ad250a84b0dfa66 (diff) | |
download | python3.8-debian.tar.gz |
Import python3.8 (3.8.0-5)debian/3.8.0-5debian
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. |