Linux Commands Examples

A great documentation place for Linux commands

pyvenv-3.3

create virtual python environments

add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples


no example yet ...

... Feel free to add your own example above to help other Linux-lovers !

description

usage: venv [-h] [--system-site-packages] [--symlinks] [--clear] [--upgrade]

ENV_DIR [ENV_DIR ...]

Creates virtual Python environments in one or more target directories.

positional arguments:
ENV_DIR

A directory to create the environment in.

optional arguments:
-h
, --help

show this help message and exit

--system-site-packages

Give the virtual environment access to the system site-packages dir.

--symlinks

Attempt to symlink rather than copy.

--clear

Delete the environment directory if it already exists. If not specified and the directory exists, an error is raised.

--upgrade

Upgrade the environment directory to use this version of Python, assuming Python has been upgraded in-place.

How can this site be more helpful to YOU ?


give  feedback