Home
last modified time | relevance | path

Searched refs:venv (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/
H A D0001-Remove-python-venv.patch4 Subject: [PATCH 1/7] Remove python venv
6 Remove the python venv requirements and instead just use the native
14 venv-activate.sh | 44 +-------------------------------------------
25 -VIRTUALENV_ROOT=${VIRTUALENV_ROOT:-"${TOP}/.venv"}
28 - $opt_python -m venv "${VIRTUALENV_ROOT}/" --without-pip
89 -VIRTUALENV_ROOT=${VIRTUALENV_ROOT:-"${DIR}/.venv"}
97 -function source-venv() {
109 - source-venv
117 - source-venv
121 - source-venv
[all …]
H A D0006-Use-python3-and-pip3-instead-of-python-and-pip.patch23 source "$DIR/../venv-activate.sh" -q
33 source "$DIR/../venv-activate.sh" -q
35 # Install pip packages within the Mycroft venv
54 @@ -22,7 +22,7 @@ source "$DIR/../venv-activate.sh" -q
69 @@ -24,4 +24,4 @@ source "$DIR/../venv-activate.sh" -q
H A D0004-dev_setup.sh-Ignore-missing-package-manager.patch18 …${YELLOW}Make sure to manually install:$BLUE git python3 python-setuptools python-venv pygobject l…
/OK3568_Linux_fs/buildroot/package/python3/
H A D0017-Add-an-option-to-disable-expat.patch30 venv venv/scripts venv/scripts/common venv/scripts/posix \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/android/src/
H A Djnipositioning.cpp632 void *venv; in JNI_OnLoad() member
637 uenv.venv = nullptr; in JNI_OnLoad()
640 if (vm->GetEnv(&uenv.venv, JNI_VERSION_1_6) != JNI_OK) { in JNI_OnLoad()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/
H A Dmycroft_19.8.1.bb11 file://0001-Remove-python-venv.patch \
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/
H A Dpython3_3.10.9.bb383 # provide python-pyvenv from python3-venv
384 RPROVIDES:${PN}-venv += "${MLPREFIX}python3-pyvenv"
/OK3568_Linux_fs/u-boot/test/py/
H A DREADME.md51 $ virtualenv venv
52 $ . ./venv/bin/activate
/OK3568_Linux_fs/u-boot/doc/driver-model/
H A DREADME.txt97 (venv)$ ./test/py/test.py --bd sandbox --build -k ut_dm -v
101 platform linux2 -- Python 2.7.5, pytest-2.9.0, py-1.4.31, pluggy-0.3.1 -- /root/u-boot/venv/bin/pyt…