Searched refs:virtualenv (Results 1 – 25 of 118) sorted by relevance
12345
16 def pytest_virtualenv_works(virtualenv): argument21 venv_prefix = virtualenv.run(55 def test_pip_upgrade_from_source(virtualenv): argument59 dist_dir = virtualenv.workspace62 virtualenv.run('pip install -U "wheel<0.30.0"')64 virtualenv.run(' && '.join((72 virtualenv.run('pip install ' + wheel)74 virtualenv.run('pip install --no-cache-dir --upgrade ' + sdist)
13 python -m pip install --user virtualenv14 python -m virtualenv .venv/21 python3 -m pip install virtualenv22 python3 -m virtualenv .venv/
308 ${PYTHON_BIN_PATH} -m virtualenv -p "${PYTHON_BIN_PATH}" ${VIRTUALENV_FLAGS} \409 "${SCRIPT_DIR}/run_pip_tests.sh" --virtualenv ${GPU_FLAG} ${MAC_FLAG}429 --virtualenv ${GPU_FLAG} ${MAC_FLAG} --oss_serial442 "${SCRIPT_DIR}/test_user_ops.sh" --virtualenv ${GPU_FLAG}464 --virtualenv481 "${SCRIPT_DIR}/test_tutorials.sh" --virtualenv498 "${SCRIPT_DIR}/integration_tests.sh" --virtualenv
22 * Check it looks OK, install it onto a virtualenv, run tests, run yapf as a tool28 * Test in a clean virtualenv that 'pip install yapf' works with the new version32 TODO: discuss how to use tox to make virtualenv testing easier.
68 RUN pip install virtualenv87 RUN eval "$(pyenv virtualenv-init -)"95 # Install pip and virtualenv for Python 3.597 RUN python3.5 -m pip install virtualenv
9 brew install pyenv-virtualenv17 pyenv virtualenv 2.7.10 conan
73 - Create a virtualenv in which to install `oauth2client`:77 $ virtualenv -ppython2.7 env80 Note that very old versions of virtualenv (virtualenv versions85 `-p` flag to `virtualenv`. For example, `virtualenv -ppython2.7`94 - Install `oauth2client` from the checkout into the virtualenv using108 `nosetests` from your development virtualenv (See117 it creates a virtualenv for each version/platform combination. For
64 RUN pip install virtualenv67 # Install pip and virtualenv for Python 3.469 RUN python3.4 -m pip install virtualenv
68 RUN pip install virtualenv71 # Install pip and virtualenv for Python 3.473 RUN python3.4 -m pip install virtualenv
41 virtualenv --python=python2.7 ./venv-2744 virtualenv --python=python3.6 ./venv-36
4 import virtualenv45 virtualenv.create_environment(package_dir)
22 # Fix a virtualenv install issue specific to Debian Jessie.23 RUN pip install --upgrade virtualenv
21 # Install pip and virtualenv for Python 3.423 RUN python3.4 -m pip install virtualenv
22 # Install pip and virtualenv for Python 3.424 RUN python3.4 -m pip install virtualenv
23 # Install pip and virtualenv for Python 3.525 RUN python3.5 -m pip install virtualenv
132 $PYTHON -m pip install --user virtualenv133 $PYTHON -m virtualenv "$VENV"
28 # Install pip and virtualenv for Python 3.430 RUN python3.4 -m pip install virtualenv
39 pip2 install virtualenv40 pip3 install virtualenv
40 * ``virtualenv`` is a third party tools for creating virtual environments, it75 ``virtualenv`` to provide such environments using either pip76 (``pip install virtualenv``) or through your system package manager77 (commonly called ``virtualenv`` or ``python-virtualenv``).
47 the ``virtualenv`` generated for the Python tests in this repository, so50 ``virtualenv`` doesn't have installed versions that satisfy the change).
68 RUN pip install virtualenv83 python-virtualenv \
4 /home/travis/virtualenv/python*
23 echo testing $version in virtualenv mock-$version-$host on ssh host $host
33 python -m virtualenv $VIRTUALENV
13 RUN pip install virtualenv