Python Build for Conda Users #1030
ElliotHYLee
started this conversation in
Show and tell
Replies: 1 comment
-
@ElliotHYLee thanks for sharing! |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Since I use Python with Conda, I wanted to share a bash script to build wheel and install to sitepackage. As I don't have much time to test and format for PR, let me casually share the Python builder here for anyone who may need it.
0. Build the project.
For my case, I built with c++ with iceoryx 1 camke install. (maybe not much related..)
1. Create the bash script
bulid_python_wheel_install.bash
under iceoryx2-ffi/python
2. Assuming new conda env is on,
the bash script
Beta Was this translation helpful? Give feedback.
All reactions