首页 > 编程语言 > 详细

UBUNTU PYTHON 3.7 开发机 BASELINE

时间:2021-09-06 06:29:58      阅读:14      评论:0      收藏:0      [点我收藏+]
sudo apt-get update
clear
sudo apt-get autoclean
sudo apt-get autoremove
clear
apt-cache search python3.7
sudo apt-get install python3.7
sudo apt-get install python3.7-venv
sudo apt-get install python3.7-doc
sudo apt-get install binfmt-support
sudo apt-get install python3.7-dbg
sudo apt-get install python3.7-dev
python3.7 -V
apt-cache search snapd
sudo snap install snap-store
sudo snap install snap-store-proxy
sudo snap install snap-store-proxy-client 
sudo apt-get update
sudo apt-get upgrade
sudo apt-get autoremove
snap list
cd Desktop/
touch basic_software.txt
apt-cache search pinyin|grep ibus
sudo apt-get install ibus-pinyin 
sudo apt-get install net-tools
ifconfig 
sudo netstat -tuanp
ln -s /home/avatus/.bash_history /home/avatus/Desktop/bash_history.txt

sudo netstat -tuanp

 

UBUNTU PYTHON 3.7 开发机 BASELINE

原文:https://www.cnblogs.com/avatusxan/p/15227977.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!