| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
The amount of extra shellscript for this is pretty daunting. I commented on the issue that an environment variable would be way easier to integrate. |
Sorry, something went wrong.
|
Very good point, an environment variable would make everything easier and would not require input from the user. I will adapt. |
Sorry, something went wrong.
|
Switched to: if [ -z "${PRECICE_TUTORIALS_NO_VENV:-}" ]
then
python3 -m venv .venv
. .venv/bin/activate
pip install -r requirements.txt && pip freeze > pip-installed-packages.log
fi(we already use this form just fine in the OpenFOAM adapter Allwmake) Examples:
Notes:
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
closes #679
Checklist: