HomeSort by relevance Sort by last modified time
    Searched refs:virtualenv (Results 1 - 8 of 8) sorted by null

  /test/vts/script/
host_controller_setup.sh 23 echo "Install Python virtualenv and pip tools for VTS host controller"
26 sudo apt-get -y install python-virtualenv
setup.sh 25 echo "Install Python virtualenv and pip tools for VTS TradeFed and Runner"
29 sudo apt-get -y install python-virtualenv
  /external/tensorflow/tensorflow/tools/ci_build/linux/cmake/
run.sh 34 virtualenv cmake_test --system-site-packages
  /external/tensorflow/tensorflow/tools/ci_build/builds/
pip.sh 32 # to be installed in virtualenv before run_pip_tests.sh is called. Multiple
148 # Check if in a virtualenv
150 # If still in a virtualenv, deactivate it first
152 echo "It appears that we are already in a virtualenv. Deactivating..."
153 deactivate || die "FAILED: Unable to deactivate from existing virtualenv"
263 # Create and activate a virtualenv; then install tensorflow pip package in it.
270 # --clean: Create a clean virtualenv, i.e., without --system-site-packages.
271 # VIRTUALENV_DIR: virtualenv directory to be created.
273 # virtualenv.
286 echo "Removed existing virtualenv directory: ${VIRTUALENV_DIR}
    [all...]
  /external/tensorflow/tensorflow/tools/ci_build/install/
install_pip_packages.sh 30 pip2 install virtualenv
31 pip3 install virtualenv
57 # Remove obsolete version of six, which can sometimes confuse virtualenv.
install_deb_packages.sh 58 python-virtualenv \
install_python3.5_pip_packages.sh 42 pip3.5 install --upgrade virtualenv
51 # Remove obsolete version of six, which can sometimes confuse virtualenv.
install_python3.6_pip_packages.sh 52 pip3 install --upgrade virtualenv
62 # Remove obsolete version of six, which can sometimes confuse virtualenv.

Completed in 2222 milliseconds