Closed schorsch3000 closed 10 months ago
when calling run_in_venv.sh from outside of the project root folder, the previous behavior breaks relative pathes. This prevents the current work dir from being changed, which keeps relative pathes intact and also correctly uses the venv.
run_in_venv.sh
Hi schorsch3000, many thanks for pointing this out and providing a pull request! Merged it :)
when calling
run_in_venv.sh
from outside of the project root folder, the previous behavior breaks relative pathes. This prevents the current work dir from being changed, which keeps relative pathes intact and also correctly uses the venv.