Db command LOTUS_ENV=test lotus db prepare causes error

Hi,

when using command LOTUS_ENV=test lotus db prepare from the getting started guide I get this error:

‘LOTUS_ENV’ is not recognized as an internal or external command,
operable program or batch file.

I’m running the command from the root folder of the bookshelf app and using the sqlite3 adapter.

regards,
Seba

thanks to help in the chat this worked: set LOTUS_ENV=test && lotus db prepare
regards,
seba