0
0

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 1 year has passed since last update.

ubuntu18.04インストール後やること

Posted at

基本ツールインストール

sudo apt update
sudo apt upgrade -y
sudo apt install vim
sudo apt install ssh
sudo apt install zsh
sudo apt install git

python環境を整える

sudo apt install python3-pip
sudo pip3 install --upgrade pip
sudo apt install python3-venv

jupyter notebookも一緒に入れちゃおう

pip3 install jupyter
0
0
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
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?