Embarcadero / PythonEnvironments

Components to simplify the deployment for Python environments for Delphi applications using Python4Delphi.
MIT License
44 stars 15 forks source link

GUI Enable Python does not set EnvironmentPath #9

Closed peardox closed 2 years ago

peardox commented 2 years ago

Checking my PyEmbeddedResEnvironment391.EnvironmentPath it's blank

It appears the correct value for this is System.IOUtils.TPath.GetHomePath

Will setting this cause unforseen issues elsewhere?

lmbelo commented 2 years ago

It will be set to the app's root path when empty.