I am trying to install the module GEM, but the installation keeps failing with following error:
As you see, I'd cloned the repository on my local path ~/
.
The module page says as "In case of Python 3, make sure it was compiled with ./configure --enable-shared, and that you have /usr/local/bin/python in your LD_LIBRARY_PATH",
but I don't know what compiled with ./configure --enabled-shared means and what LD_LIBRARY_PATH is.
Can anyone help me?