Home
last modified time | relevance | path

Searched full:venv (Results 1 – 7 of 7) sorted by relevance

/petsc/doc/
H A Dmakefile13 …ho " make sphinxhtml - build the HTML website inside a created Python virtual environment (venv)"
26 …cd .. ; ${RM} -rf petsc-doc-env; python3 -m venv petsc-doc-env ; source petsc-doc-env/bin/activate…
39 … ; cp -r doc $${PETSC_DOC}; else export PETSC_DOC=doc ; fi; python3 -m venv petsc-doc-env ; . p…
42 … ; cp -r doc $${PETSC_DOC}; else export PETSC_DOC=doc ; fi; python3 -m venv petsc-doc-env ; . p…
/petsc/lib/petsc/bin/maint/
H A Dbuilddist95 VENV=$PETSC_DIR/venv-petsc-docs
96 python3 -m venv $VENV
97 source $VENV/bin/activate
H A Dxclude41 petsc-dist/venv-petsc-docs
/petsc/src/binding/petsc4py/
H A Dmakefile69 ${PYTHON} -m venv petsc4py-lint-env
76 ${PYTHON} -m venv petsc4py-docs-env
93 ${PYTHON} -m venv petsc4py-stubtest-env
/petsc/
H A D.gitlab-ci.yml235 - python3 -m venv pip-builds
815 …LOAD_MODULES: python/3.13.0rc1-rayc5m7 py-setuptools/69.2.0-6yku3zk python-venv/1.0-bnbfk2n py-pip…
1269 # Base job for a documentation build (runs in venv to allow installing additional packages without …
1279 - VENV=venv-petsc-docs &&
1280 python3 -m venv $VENV &&
1281 . $VENV/bin/activate &&
1325 - cd .. && git clean -fdxq -e public -e venv-petsc-docs && cd doc && rm -rf images
/petsc/doc/developers/
H A Ddocumentation.md24 We use a [Python 3 virtual environment](https://docs.python.org/3/tutorial/venv.html) to build the …
/petsc/lib/petsc/conf/
H A Drules_util.mk207 @python3 -m venv petsc-lint-env