deb http://dl.google.com/linux/chrome/deb/ stable main
----------------------
$ wget https://dl-ssl.google.com/linux/linux_signing_key.pub
$ sudo apt-key add linux_signing_key.pub
$ sudo apt-get update
$ sudo apt-get install google-chrome-stable
----------------------
sudo apt-get update
sudo apt-get install chromium chromium-l10n
wget http://chromedriver.storage.googleapis.com/73.0.3683.68/chromedriver_linux64.zip
sudo apt-get install unzip
unzip chromedriver_linux64.zip
sudo mv chromedriver /usr/bin/chromedriver
sudo chown root:root /usr/bin/chromedriver
sudo chmod +x /usr/bin/chromedriver
sudo apt-get install xvfb
apt-get install gcc automake autoconf libtool make
apt-get update
apt-get upgrade
cd /usr/src
wget https://www.python.org/ftp/python/3.7.2/Python-3.7.2.tgz
sudo tar xzf Python-3.7.2.tgz
cd Python-3.7.2
sudo ./configure --enable-optimizations
sudo make altinstall
wget https://bootstrap.pypa.io/get-pip.py
python3 get-pip.py //安装pip3
python get-pip.py //安装pip2
PYTHONIOENCODING=utf-8 python3 Panda-Learning-2.5/'Source Packages'/pandalearning.py 13482308316