• Home
  • Raw
  • Download

Lines Matching refs:environment

4     python3 -m venv /path/to/new/virtual/environment
11 platform or arguments used at environment creation time). It also creates an
44 ENV_DIR A directory to create the environment in.
49 Give the virtual environment access to the system
55 --clear Delete the contents of the environment directory if it
56 already exists, before environment creation.
57 --upgrade Upgrade the environment directory to use this version
60 environment (pip is bootstrapped by default)
62 environment.
64 Once an environment has been created, you may wish to activate it, e.g. by
78 will resolve the symlink eagerly and ignore the virtual environment.
85 invoked to bootstrap ``pip`` into the virtual environment.
88 environment will be created, according to the given options, at each provided
91 Once a virtual environment has been created, it can be "activated" using a
92 script in the virtual environment's binary directory. The invocation of the
94 directory containing the virtual environment):
97 | Platform | Shell | Command to activate virtual environment |
110 You don't specifically *need* to activate an environment; activation just
111 prepends the virtual environment's binary directory to your path, so that
112 "python" invokes the virtual environment's Python interpreter and you can run
114 installed in a virtual environment should be runnable without activating it,
115 and run with the virtual environment's Python automatically.
117 You can deactivate a virtual environment by typing "deactivate" in your shell.
121 when the virtual environment is created.