[5.13.3](https://github.com/frappe/bench/compare/v5.13.2...v5.13.3) (2022-08-02)
Bug Fixes
* Fetch env python if exists before returning fallback ([e5fa4df](https://github.com/frappe/bench/commit/e5fa4df5f9f37046dbada7215072822a39b6ea3b))
* Pass abs path from get_env_cmd ([10473b6](https://github.com/frappe/bench/commit/10473b60076dde4080ce28222031a332ee7d313a))
* Pass cwd for cmd subprocess execution ([01b7759](https://github.com/frappe/bench/commit/01b77598ff2ff4cde4c75dad9b3a39526858c685))
* Remove frappe cmd caching in .bench.cmd ([f773529](https://github.com/frappe/bench/commit/f77352966b74defd053c2d73bb3fe942c4559eed))
* Use hardcoded python3 env cmd for Bench.python ([c9c6bf4](https://github.com/frappe/bench/commit/c9c6bf4512ba0c1c58df92a2384347bd77cc558d))
* Use python* to match any pattern in env ([24b9af6](https://github.com/frappe/bench/commit/24b9af605b08849ee506677a6c812c1e87ea3326))
* Use venv module instead of virtualenv ([f60c2d0](https://github.com/frappe/bench/commit/f60c2d0def62eb689aecd6f6174dc8dd7130b42f))
* **utils:** Strip * from cmd via get_env_cmd ([6ae1997](https://github.com/frappe/bench/commit/6ae1997bffb3d75083fb5c720336d036b18b22ce))