python-sc2
python-sc2 copied to clipboard
Allow changing the SC2 installation directory using a environment variable
Looks like this is done with the SC2PATH variable?
@jaens Correct. Simply setting os.environ['SC2PATH'] = ... worked fine for me.