Skip to content

Instantly share code, notes, and snippets.

@ryujaehun
Created June 20, 2018 16:16
Show Gist options
  • Save ryujaehun/73a07d15b68dc323f1b985f970c19e8e to your computer and use it in GitHub Desktop.
Save ryujaehun/73a07d15b68dc323f1b985f970c19e8e to your computer and use it in GitHub Desktop.
pip package install
#! /bin/bash
sudo python3 -m pip install --upgrade pip&&
sudo python3 -m pip install -U numpy &&
sudo python3 -m pip install -U matplotlib&&
sudo python3 -m pip install -U pandas&&
sudo python3 -m pip install -U scipy&&
sudo python3 -m pip install -U scikit-learn&&
sudo python3 -m pip install -U jupyter&&
sudo python3 -m pip install -U jupyterthemes&&
sudo python3 -m pip install -U gym&&
sudo python3 -m pip install -U keras&&
sudo python3 -m pip install -U cython&&
sudo python3 -m pip install -U tqdm
sudo python3 -m pip install -U torchvision
sudo python2 -m pip install --upgrade pip&&
sudo python2 -m pip install -U numpy&&
sudo python2 -m pip install -U matplotlib&&
sudo python2 -m pip install -U pandas&&
sudo python2 -m pip install -U scipy&&
sudo python2 -m pip install -U scikit-learn&&
sudo python2 -m pip install -U jupyter&&
sudo python2 -m pip install -U jupyterthemes&&
sudo python2 -m pip install -U gym&&
sudo python2 -m pip install -U keras&&
sudo python2 -m pip install -U cython&&
sudo python2 -m pip install -U tensorflow-gpu&&
sudo python2 -m pip install -U tqdm
sudo python2 -m pip install -U torchvision
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment