.\" 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.