Skip to content

Commit 5957d1a

Browse files
Add PATH instructions
1 parent 6de8b78 commit 5957d1a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ _**Note:** you can copy and paste your account environment variable from the Acc
3232
api_secret: ***************<LAST_4_DIGITS>
3333
private_cdn: <True|False>
3434
```
35+
36+
If you get an error message when running `cld config`, you may need to add your Python installation to your $PATH. To do so, you can run `PATH="$PATH:/Library/Python/Versions/3.8/bin"` in your terminal, and add `export PATH="$PATH:/Library/Python/Versions/3.8/bin"` to your `/.bash_profile` or `~/.zshrc`.
3537
3638
## Quickstart
3739

0 commit comments

Comments
 (0)