Under Ubuntu 18.04, when installing ctypeslib2 via the pip install ctypeslib2 command, the clang2py executable is created in ~/.local/bin repository, even if NOT using the "--user" option.
I don't know if it comes from my environment, but instead it would be better to copy it directly in the /usr/bin directory (useful when we don't want to deal with PATH values).
Under Ubuntu 18.04, when installing ctypeslib2 via the pip install ctypeslib2 command, the clang2py executable is created in ~/.local/bin repository, even if NOT using the "--user" option.
I don't know if it comes from my environment, but instead it would be better to copy it directly in the /usr/bin directory (useful when we don't want to deal with PATH values).
Thank you.