Advertisement
METAJIJI

Untitled

Mar 24th, 2015
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.32 KB | None | 0 0
  1. C:\git\la2-django>START_virtualenv.bat
  2. You must provide a DEST_DIR
  3. Usage: virtualenv-script.py [OPTIONS] DEST_DIR
  4.  
  5. Options:
  6.   --version             show program's version number and exit
  7.  -h, --help            show this help message and exit
  8.  -v, --verbose         Increase verbosity.
  9.  -q, --quiet           Decrease verbosity.
  10.  -p PYTHON_EXE, --python=PYTHON_EXE
  11.                        The Python interpreter to use, e.g.,
  12.                        --python=python2.5 will use the python2.5 interpreter
  13.                        to create the new environment.  The default is the
  14.                        interpreter that virtualenv was installed with
  15.                        (C:\Python3.4.3_x86\python.exe)
  16.  --clear               Clear out the non-root install and start from scratch.
  17.  --no-site-packages    DEPRECATED. Retained only for backward compatibility.
  18.                        Not having access to global site-packages is now the
  19.                        default behavior.
  20.  --system-site-packages
  21.                        Give the virtual environment access to the global
  22.                        site-packages.
  23.  --always-copy         Always copy files rather than symlinking.
  24.  --unzip-setuptools    Unzip Setuptools when installing it.
  25.  --relocatable         Make an EXISTING virtualenv environment relocatable.
  26.                        This fixes up scripts and makes all .pth files
  27.                        relative.
  28.  --no-setuptools       Do not install setuptools (or pip) in the new
  29.                        virtualenv.
  30.  --no-pip              Do not install pip in the new virtualenv.
  31.  --extra-search-dir=DIR
  32.                        Directory to look for setuptools/pip distributions in.
  33.                        This option can be used multiple times.
  34.  --never-download      DEPRECATED. Retained only for backward compatibility.
  35.                        This option has no effect. Virtualenv never downloads
  36.                        pip or setuptools.
  37.  --prompt=PROMPT       Provides an alternative prompt prefix for this
  38.                        environment.
  39.  --setuptools          DEPRECATED. Retained only for backward compatibility.
  40.                        This option has no effect.
  41.  --distribute          DEPRECATED. Retained only for backward compatibility.
  42.                        This option has no effect.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement