Searched refs:VTS_PYPI_PATH (Results 1 – 2 of 2) sorted by relevance
20 elif [ -z "$VTS_PYPI_PATH" ]; then23 echo "Local PyPI packages directory is set to" $VTS_PYPI_PATH24 echo "Making local dir" $VTS_PYPI_PATH26 if [ -d "$VTS_PYPI_PATH" ]; then27 echo $VTS_PYPI_PATH "already exists"29 mkdir $VTS_PYPI_PATH -p32 echo "Downloading PyPI packages to" $VTS_PYPI_PATH33 …pip download -d $VTS_PYPI_PATH -r $ANDROID_BUILD_TOP/test/vts/script/pip_requirements.txt --no-bin…40 pip download -d $VTS_PYPI_PATH matplotlib --no-binary matplotlib,numpy
16 …ckages. First run the lunch command, then set an environment variable VTS_PYPI_PATH as a new local…