Skip to content

Commit bc28b44

Browse files
committed
more detail for README
1 parent 3ac720c commit bc28b44

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ dotenvx-postinstall
3333

3434
# or to specify the os-arch – useful for building binaries to a specific target such as linux-x86_64 on aws lambda
3535
dotenvx-postinstall --os linux --arch x86_64
36+
37+
# you might also find you need to specify PYTHONPATH depend on how/where dotenvx installs to
38+
PYTHONPATH=. bin/dotenvx-postinstall --os linux --arch x86_64
3639
```
3740

3841
Then use it in code.

0 commit comments

Comments
 (0)