Searched full:virtualenv (Results 1 – 25 of 38) sorted by relevance
12
5 # Removing the system virtualenv or pip can be very problematic for19 $PIP_CMD install --upgrade virtualenv20 VIRTUALENV_CMD="$PYTHON_EXE -m virtualenv"
9 brew install pyenv-virtualenv17 pyenv virtualenv 2.7.10 conan
11 # Python virtualenv
16 - Ensure `python', `pip' and Python package `virtualenv' are available.
16 - Ensure `python', `pip' and python package `virtualenv' are available.
46 * In a virtualenv style structure the expected54 * NOTE: virtualenv's are not an officially supported
305 # Variables for running `refdoc' with Python's `virtualenv'. The316 @echo Setting up virtualenv for Python...317 virtualenv --python=$(PYTHON) $(VENV_DIR)
312 # Variables for running `refdoc' with Python's `virtualenv'. The324 @echo Setting up virtualenv for Python...325 virtualenv --python=$(PYTHON) $(VENV_DIR)
7 # When vpython is invoked, it finds this file and builds a python VirtualEnv,
268 …yutils-dev python3 python3-paste python3-pyrad slapd tcsh python3-virtualenv virtualenv python3-kd…
23 The tests will run in a python virtual environment which requires virtualenv
17 virtualenv -p `which $PYTHON` --no-setuptools test-venv
97 - Create a virtualenv.
130 RUN pip install virtualenv tox yattag
43 * ``virtualenv`` is a third party alternative (and predecessor) to
83 * https://github.com/yaml/pyyaml/pull/42 -- Install tox in a virtualenv
... /urls.py pip/_internal/utils/virtualenv.py pip/_internal/utils/wheel. ...
112 virtualenv --no-site-packages venv
157 # If in a virtualenv, add its include directory
739 Honor the Python path when a virtualenv is active on Windows.