Guest User

Untitled

a guest
Oct 16th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. # Python3.7.0 インストール時のエラー解消のため
  2. $ sudo apt install libffi-dev
  3.  
  4. # 再度インストールを実行
  5. $ sudo make install
  6.  
  7. # バージョン確認
  8. $ /opt/python3.7.0/bin/python3.7 -V
  9. Python 3.7.0
  10.  
  11. # シンボリックリンクを作成
  12. $ sudo ln -s /opt/python3.7.0/bin/python3.7 /usr/local/bin/python3.7
  13.  
  14. # 動作確認
  15. $ python3.7 -V
  16. Python 3.7.0
Add Comment
Please, Sign In to add comment