Dentosal / python-sc2

A StarCraft II bot api client library for Python 3
MIT License
586 stars 182 forks source link

Allow changing the SC2 installation directory using a environment variable #195

Open Dentosal opened 5 years ago

jaens commented 5 years ago

Looks like this is done with the SC2PATH variable?

uzaymacar commented 5 years ago

@jaens Correct. Simply setting os.environ['SC2PATH'] = ... worked fine for me.