Email or username:

Password:

Forgot your password?
3 comments
Leandro (Cerberus1746)

@ExpiredPopsicle just a question for clarification, I need to download Python even if I already have Python installed?

Kiri //nullptr::live

@cerberus1746 It needs its own standalone Python build to be downloaded, but there's a process that's handled in-editor for downloading it and setting it up. Should all be documented in the setup process of the README. It will not use your system Python at the moment.

This will not be a required step for running actual release builds, but I haven't full set those up yet.

Leandro (Cerberus1746)

@ExpiredPopsicle Would be interesting to check if there is virtualenv in the system, if yes, use it to create it's own interpreter.

Go Up