0
1

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 3 years have passed since last update.

Ubuntu18.04にPython3系の環境を構築する。

Posted at

WebArena Indigoのユーザー名は

Ubuntu

である。パスワードはなし。
https://web.arena.ne.jp/indigo/spec/security.html

そのままではPython3系が入ってないので以下を入れる。

sudo apt install python3.7

pip3が入ってないので以下を入れる。

sudo apt install python3-pip

あとはsudo pip3 install ○○で以下をインストールしていく

sudo pip3 install requests
sudo pip3 install pyyaml
sudo pip3 install pandas
sudo pip3 install websocket-client
sudo pip3 install sortedcontainers
sudo pip3 install matplotlib
0
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
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?