# Error in dealing with rasa developer edition

**URL:** https://forum.rasa.com/t/error-in-dealing-with-rasa-developer-edition/61489
**Category:** Rasa CALM
**Created:** [April 1, 2024, 11:34am UTC](https://forum.rasa.com/t/error-in-dealing-with-rasa-developer-edition/61489 "2024-04-01T11:34:31Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![abderrahimayadi](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.rasa.com/abderrahimayadi/32/24064_2.png) [@abderrahimayadi](https://forum.rasa.com/u/abderrahimayadi)
#### Post date: [April 1, 2024, 11:34am UTC](https://forum.rasa.com/t/error-in-dealing-with-rasa-developer-edition/61489/1 "2024-04-01T11:34:31Z")

</div>

I got my rasa developer licence key and i wrote it on windows powershell using [System.Environment]::SetEnvironmentVariable(‘RASA\_PRO\_LICENSE’,‘’) but i’m still getting this error i don’t know why

 ![image](https://europe1.discourse-cdn.com/flex013/uploads/rasa/original/3X/6/1/619cb73b04f1922865889a7b430af17dc384be8b.png)

---

<div class="post-metadata">

### Author: ![camattin](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.rasa.com/camattin/32/18990_2.png) [@camattin](https://forum.rasa.com/u/camattin)
#### Post date: [April 1, 2024, 1:03pm UTC](https://forum.rasa.com/t/error-in-dealing-with-rasa-developer-edition/61489/2 "2024-04-01T13:03:34Z")

</div>

Hi,

As our documentation is currently written for this the environment variable will only be set in the powershell terminal where you typed it.

For the environment variable to be persisted the command needs a third argument, which can be either `USER` or `MACHINE`.

As a regular user you can set the scope to `USER`. e.g.: `[System.Environment]::SetEnvironmentVariable('RASA_PRO_LICENSE','<your-license-string>','USER')`

Then newly opened powershell terminals for the current user would have this environment variable set.

We’ll work on correcting this in our docs.

Thanks for trying out Rasa Pro!

---

<div class="post-metadata">

### Author: ![abderrahimayadi](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.rasa.com/abderrahimayadi/32/24064_2.png) [@abderrahimayadi](https://forum.rasa.com/u/abderrahimayadi)
#### Post date: [April 2, 2024, 9:31am UTC](https://forum.rasa.com/t/error-in-dealing-with-rasa-developer-edition/61489/3 "2024-04-02T09:31:14Z")

</div>

Thanks a lot this worked for me \<3

---

<div class="post-metadata">

### Author: ![camattin](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.rasa.com/camattin/32/18990_2.png) [@camattin](https://forum.rasa.com/u/camattin)
#### Post date: [April 3, 2024, 12:20pm UTC](https://forum.rasa.com/t/error-in-dealing-with-rasa-developer-edition/61489/4 "2024-04-03T12:20:46Z")

</div>

Glad to hear it! The documentation has been updated as well.
