Closed oliviaguest closed 4 years ago
Just as a follow up... weird, huh?
(base) MBpro:articles olivia$ echo $ZENODO_SANDBOX_TOKEN
REDACTED
(base) MBpro:articles olivia$ python
Python 3.7.3 (default, Mar 27 2019, 16:54:48)
[Clang 4.0.1 (tags/RELEASE_401/final)] :: Anaconda, Inc. on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
>>> print(os.getenv('ZENODO_SANDBOX_TOKEN'))
None
>>>
Oh... it needs export! I'm silly. 😆
I am having trouble running the script from my Mac. Any ideas @rougier @khinsen?