Hello I have been trying to install pyenv on Manjaro Linux and got an error that openssl is not installed on the system. I have now installed it.
I understand that
I am supposed to tell the compiler where the packages are located with the strings
LDFLAGS="-L/usr/lib/openssl-1.0" and CFLAGS="-I/usr/include/openssl-1.0.
Where do I place these strings in order to ensure that pyenv is installed successfully?