@james said in Is this pip install persistent for app updates?:
Hello @imc67
You can use venv or uv to create virtual environments.
Here is a quick cheatsheet for venv => https://aaronlelevier.github.io/virtualenv-cheatsheet/
Many prefer uv these days, see => https://github.com/astral-sh/uv
thanks again! I used venv and it works very well!