Searched refs:venv (Results 1 – 9 of 9) sorted by relevance
4 Subject: [PATCH 1/7] Remove python venv6 Remove the python venv requirements and instead just use the native14 venv-activate.sh | 44 +-------------------------------------------25 -VIRTUALENV_ROOT=${VIRTUALENV_ROOT:-"${TOP}/.venv"}28 - $opt_python -m venv "${VIRTUALENV_ROOT}/" --without-pip89 -VIRTUALENV_ROOT=${VIRTUALENV_ROOT:-"${DIR}/.venv"}97 -function source-venv() {109 - source-venv117 - source-venv121 - source-venv[all …]
23 source "$DIR/../venv-activate.sh" -q33 source "$DIR/../venv-activate.sh" -q35 # Install pip packages within the Mycroft venv54 @@ -22,7 +22,7 @@ source "$DIR/../venv-activate.sh" -q69 @@ -24,4 +24,4 @@ source "$DIR/../venv-activate.sh" -q
18 …${YELLOW}Make sure to manually install:$BLUE git python3 python-setuptools python-venv pygobject l…
30 venv venv/scripts venv/scripts/common venv/scripts/posix \
632 void *venv; in JNI_OnLoad() member637 uenv.venv = nullptr; in JNI_OnLoad()640 if (vm->GetEnv(&uenv.venv, JNI_VERSION_1_6) != JNI_OK) { in JNI_OnLoad()
11 file://0001-Remove-python-venv.patch \
383 # provide python-pyvenv from python3-venv384 RPROVIDES:${PN}-venv += "${MLPREFIX}python3-pyvenv"
51 $ virtualenv venv52 $ . ./venv/bin/activate
97 (venv)$ ./test/py/test.py --bd sandbox --build -k ut_dm -v101 platform linux2 -- Python 2.7.5, pytest-2.9.0, py-1.4.31, pluggy-0.3.1 -- /root/u-boot/venv/bin/pyt…