We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ac720c commit bc28b44Copy full SHA for bc28b44
README.md
@@ -33,6 +33,9 @@ dotenvx-postinstall
33
34
# or to specify the os-arch – useful for building binaries to a specific target such as linux-x86_64 on aws lambda
35
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
39
```
40
41
Then use it in code.
0 commit comments