alibaba / pemja

Apache License 2.0
92 stars 26 forks source link

Supported custom define python home on pythonInterpreter #48

Open ywh19911024 opened 2 weeks ago

ywh19911024 commented 2 weeks ago

When specifying python env as a manually packaged Python environment, a ModuleNotFoundError exception will be reported; this error can be avoided by specifying PYTHON HOME.

image