What is the Windows PATH to the Daml Assistant?

After running the Windows installer for Daml SDK 2.10 on a Windows 11 PC, my PATH does not seem to have been updated. I’m still getting:

> daml version

daml: The term 'daml' is not recognized...

What can I manually add to my PATH variable?

Try adding the following to your PATH:

C:\Users\<user id>\AppData\Roaming\daml\bin

(with <user id> replaced appropriately)

1 Like