不用换源
sudo apt-get update
# install python3
sudo apt install python3
# install pip3
sudo apt install python3-venv python3-pip
# install gcc and g++
sudo apt install gcc-7 g++-7
# install gdb
sudo apt install gdb
deepin install pip3 and python and gcc and gdb
原创
©著作权归作者所有:来自51CTO博客作者编程小覃的原创作品,请联系作者获取转载授权,否则将追究法律责任
上一篇:当没有STLINK的时候,用串口进行下载程序到stm32里操作步骤:
下一篇:解决a start job is running for dev-disk-by[1min12s / 1min 30s]启动错误
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
ubuntu deepin python/python3安装pip/pip3
...
python ubuntu linux