Skip to content

Instantly share code, notes, and snippets.

@Liyuu8
Last active October 16, 2018 17:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Liyuu8/1daf75386c9c125db7eb0f79f400d7f8 to your computer and use it in GitHub Desktop.
Save Liyuu8/1daf75386c9c125db7eb0f79f400d7f8 to your computer and use it in GitHub Desktop.
# Python3.7.0 インストール時のエラー解消のため
$ sudo apt install libffi-dev
# 再度インストールを実行
$ sudo make install
# バージョン確認
$ /opt/python3.7.0/bin/python3.7 -V
Python 3.7.0
# シンボリックリンクを作成
$ sudo ln -s /opt/python3.7.0/bin/python3.7 /usr/local/bin/python3.7
# 動作確認
$ python3.7 -V
Python 3.7.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment