Replies: 1 comment
-
You can't export an environment variable from To add an environment variable for the build, you should use
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My python module is written in rust and I want to use cibuildwheel to build it
But since the manylinux docker image doesn't have rust compiler, I'm trying to install it before building:
this doesn't work, even installation was fine, I couldn't set the environment variable $PATH, because I think cibuildwheel run the above using another sh instance:
once the above process is finished, all set environment variables will be gone.
this results in the following error:
how should I resolve this?
Beta Was this translation helpful? Give feedback.
All reactions