This is a very simple Python configuration, but one that from experience doesn’t scale due to inevitable 3rd party module conflicts that arise. The typical way to manage this is with virtual environments. How to I setup a custom venv for my game, and use that instead of the baseline python bundle?
1 Like