Skip to content

Instantly share code, notes, and snippets.

@varlal
Last active November 26, 2016 17:16
Show Gist options
  • Save varlal/bbcc0a171a0dbd11e583a0896700bbd9 to your computer and use it in GitHub Desktop.
Save varlal/bbcc0a171a0dbd11e583a0896700bbd9 to your computer and use it in GitHub Desktop.
仮想環境でubuntuを立てる頻度が多くなったので始めるやるコマンドをまとめておく
#! /bin/sh
# ubuntu16.04
#
# homeの表記を英語にする
LANG=C xdg-user-dirs-gtk-update
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install git
sudo apt-get install python-pip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment