LoginSignup
1
1

More than 1 year has passed since last update.

termuxアプリでlinux

Last updated at Posted at 2021-01-16

最初に

アンドロイドアプリtermuxを使うとlinuxコマンドが打てるので使ってみた。
まず最初にこれ打っておくと使いやすくなる。
termux-setup-storage

できたこと

  • apt get update
  • apt get upgrade
  • pip install --upgrade pip
  • pip install pandas
  • pip install numpy
  • pip install matplotlib

できなかったこと

アップデートでエラーが出る(2021年5月以降)

以下の記事が参考になる。

1
1
0

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
1