summaryrefslogtreecommitdiff
path: root/debian/pyvenv3.1
blob: 32e2f0fcc460f673387d93fec86095f13c0a0202 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
.\" 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.