File: pyvenv3.1

package info (click to toggle)
python3.5 3.5.3-1%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 88,448 kB
  • sloc: python: 491,123; ansic: 410,863; sh: 17,674; asm: 14,322; cpp: 4,123; makefile: 2,255; objc: 761; lisp: 502; exp: 499; pascal: 85; xml: 74; csh: 21
file content (34 lines) | stat: -rw-r--r-- 1,002 bytes parent folder | download | duplicates (3)
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.