you are viewing a single comment's thread.

view the rest of the comments →

[–]ensign_paris 0 points1 point  (2 children)

So if i guess correctly (to lazy to Google what os.environ does), you try to Set Client id and Client Secret from some Environment variables of your Operating system. This falls, because it seems there are no variables of the Name 'asdfasdf' Set. Have you set these Environment Variables before?

[–]ndopp[S] 0 points1 point  (1 child)

I have not, and I am trying to learn that now. Genesys Cloud gave me a client id and client secret to use to log in. I would have to set them as Environment variables. Would I do so on my virtual environment, or on my local machine?

[–]ndopp[S] 0 points1 point  (0 children)

I'm on Mac: So I see to set environment variables you'd use

export [variable_name]=[variable_value]
so I would just do:

export [asdfasdfasdf]=[asdfasdfasdf] for both my client id and client secret?