That is the issue then. You need to have a .env_uo.bat
file in your %HOMEPATH%
(aka. C:\Users\[USERNAME]
) in order to be able to run the URBANopt CLI. Essentially, that batch needs to be called first before you can execute any URBANopt CLI commands.
What happens when you run setup-env.bat
? Here’s a version of the file that has a PAUSE
so you can see what’s happening.
setup-env.bat (622 Bytes)