Ubuntu常用命令集

前端之家收集整理的这篇文章主要介绍了Ubuntu常用命令集前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

1. 切换python版本:

先定义优先级:

sudo update-alternatives --install /usr/bin/python python /usr/bin/python2 100

sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 150

选择:

sudo update-alternatives --config python

2. cmd下进制转换,ibase是输入,obase是输出

echo "ibase=10;obase=16;354304" | bc56800 0x56800

原文链接:https://www.f2er.com/ubuntu/349750.html

猜你在找的Ubuntu相关文章