We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d76ed26 + f77b038 commit 2896c8aCopy full SHA for 2896c8a
docs/user/quickstart.rst
@@ -60,7 +60,7 @@ It can be as simple as setting it in your CLI before running your script...
60
61
.. code-block:: bash
62
63
- $ WEBEX_TEAMS_ACCESS_TOKEN=your_access_token_here
+ $ export WEBEX_TEAMS_ACCESS_TOKEN=your_access_token_here
64
$ python myscript.py
65
66
...or putting your credentials in a shell script that you ``source`` when your
0 commit comments