Pyenv cannot be installed in Manjaro Linux
Clash Royale CLAN TAG#URR8PPP
up vote
-1
down vote
favorite
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 stringsLDFLAGS="-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?
python make manjaro compiler
add a comment |Â
up vote
-1
down vote
favorite
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 stringsLDFLAGS="-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?
python make manjaro compiler
add a comment |Â
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
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 stringsLDFLAGS="-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?
python make manjaro compiler
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 stringsLDFLAGS="-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?
python make manjaro compiler
python make manjaro compiler
edited Sep 14 at 0:42
G-Man
11.8k92658
11.8k92658
asked Sep 8 at 13:20
Yay Yaye
1
1
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
-1
down vote
I found a solution: run:
LDFLAGS="-L/usr/lib/openssl-1.0" CFLAGS="-I/usr/include/openssl-1.0" pyenv install -v versionin terminal and
pyenv
which would already be installed and desired pthonversion will be installed.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
-1
down vote
I found a solution: run:
LDFLAGS="-L/usr/lib/openssl-1.0" CFLAGS="-I/usr/include/openssl-1.0" pyenv install -v versionin terminal and
pyenv
which would already be installed and desired pthonversion will be installed.
add a comment |Â
up vote
-1
down vote
I found a solution: run:
LDFLAGS="-L/usr/lib/openssl-1.0" CFLAGS="-I/usr/include/openssl-1.0" pyenv install -v versionin terminal and
pyenv
which would already be installed and desired pthonversion will be installed.
add a comment |Â
up vote
-1
down vote
up vote
-1
down vote
I found a solution: run:
LDFLAGS="-L/usr/lib/openssl-1.0" CFLAGS="-I/usr/include/openssl-1.0" pyenv install -v versionin terminal and
pyenv
which would already be installed and desired pthonversion will be installed.
I found a solution: run:
LDFLAGS="-L/usr/lib/openssl-1.0" CFLAGS="-I/usr/include/openssl-1.0" pyenv install -v versionin terminal and
pyenv
which would already be installed and desired pthonversion will be installed.
edited Sep 14 at 0:17
G-Man
11.8k92658
11.8k92658
answered Sep 8 at 13:59
Yay Yaye
1
1
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f467711%2fpyenv-cannot-be-installed-in-manjaro-linux%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password