Windows10:bash on windows(Ubuntu)の環境設定
- Sat
- 23:09
- 未分類
apt-getなどで入れたもののまとめ(随時追記)
package
sudo apt-get install make sudo apt-get install build-essential sudo apt-get install libncurses5-dev libncursesw5-dev
emacsのbuild
wget http://ftp.jaist.ac.jp/pub/GNU/emacs/emacs-26.1.tar.gz ・・・ ./configure --with-gnutls=no --with-mailutils make; sudo make install $ emacs -version GNU Emacs 26.1 Copyright (C) 2018 Free Software Foundation, Inc.
Python
defaultで3.6が入っているのでそのまま。$ python3 -V Python 3.6.5