python_backend
python_backend copied to clipboard
Making Python env manager path variable configurable
In some restricted environments, the tmp directory to create python environments has to be configurable. This PR allows for the same using an environment variable TMP_PY_ENV_PATH. No breaking changes expected unless this env variable is set.
@Tabrizian @kthui Please review this update.
@tanmayv25 Please review this change