wget https://www.python.org/ftp/python/3.7.0/Python-3.7.0b4.tar.xz

tar -xvJf Python-3.7.0b4.tar.xz

cd Python-3.7.0b4/

./configure --prefix=/usr/python

make

make install

cp /usr/bin/python /usr/bin/python.bak

ls -n /usr/python/bin/python3 /usr/bin/python

git clone https://github.com/sivel/speedtest-cli.git

python speedtest-cli/setup.py install

cd speedtest-cli/

./speedtest.py

 

出处:http://blog.51cto.com/keepsmile/2117887

相关文章:

  • 2022-12-23
  • 2021-07-29
  • 2021-11-17
  • 2021-10-09
  • 2021-12-21
  • 2021-12-17
  • 2021-11-14
  • 2021-11-27
猜你喜欢
  • 2021-08-15
  • 2022-01-08
  • 2021-11-27
  • 2021-12-18
相关资源
相似解决方案