LoginSignup
0
0

More than 3 years have passed since last update.

ubuntuの環境構築

Posted at

apt-get update
apt-get install -y python3 python3-pip
pip3 install --upgrade pip
pip3 install beautifulsoup4
pip3 install requests
apt-get install -y wget libfontconfig
mkdir -p /home/root/sec && cd $_
wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2
tar jxvf phantomjs-2.1.1.-linux-x86_64/bin/
cd phantomjs-2.1.1-linux-x86_64/bin/
cp phantomjs /usr/local/bin/

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