I can't figure out how to set up Python4Delphi to use virtual python environments which have been created using the 'venv' library which comes pre-bundled with the latest versions of Python. I've tried creating a custom TPythonVersion and assigning it to the Python Engine, but this doesn't seem to completely work as importing a library specific to that environment doesn't work. It's as if still points at the libraries of the global installation version that the virtual environment was created from.
I suggest to improve support for Virtual Environments.
I can't figure out how to set up Python4Delphi to use virtual python environments which have been created using the 'venv' library which comes pre-bundled with the latest versions of Python. I've tried creating a custom TPythonVersion and assigning it to the Python Engine, but this doesn't seem to completely work as importing a library specific to that environment doesn't work. It's as if still points at the libraries of the global installation version that the virtual environment was created from.
I suggest to improve support for Virtual Environments.