1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

centos6.9にpython3.7.3インストール

Posted at

下記のエラーがでてpyenvからインストールできなかった

ERROR: The Python ssl extension was not compiled. Missing the OpenSSL lib?

下記は公式のトラブルシューティングガイド
https://github.com/pyenv/pyenv/wiki/Common-build-problems

下記を実行したらできた
https://tecadmin.net/install-python-3-7-on-centos/

# cd Python-3.7.3
# ./configure --enable-optimizations
# make altinstall

シンボリックリンクつくったりpath通したりするのは自分でやる必要あり

またやりそうな感じありありなのでメモ

1
0
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?