We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12ece41 commit 9a31c3cCopy full SHA for 9a31c3c
1 file changed
lib/pythonx.ex
@@ -47,6 +47,13 @@ defmodule Pythonx do
47
48
For more configuration options, refer to the [uv documentation](https://docs.astral.sh/uv/concepts/projects/dependencies/).
49
50
+ > #### Environment variables {: .info}
51
+ >
52
+ > Python `os.environ` is initialized using the OS process environment.
53
+ > Consequently, it does not account for env vars modified with
54
+ > `System.put_env/2` and similar. If you want to mirror certain env
55
+ > vars, you need to set them on `os.environ` using `Pythonx.eval/2`.
56
+
57
## Options
58
59
* `:force` - if true, runs with empty project cache. Defaults to `false`.
0 commit comments