场景描述: 开始之前,先对Debian和Ubuntu操作系统做个了解,两者都是Linux阵营中很有影响力的发行版本,可以简单理解成“Ubuntu源自Debian,两者系统操作命令基本相同,相比Ubuntu,Debian更加稳定.” 关于Debian和Ubuntu的详细异同可以点击此处. ubuntu和debian的版本对应关系:参考 From 10.04 up to 19.04: Ubuntu-版本&代号 Debian-代号&版本 19.04 disco buster / sid - 10
如果cmake提示下列错误:......CMake Error at cmake/readline.cmake:85 (MESSAGE): Curses library not found. Please install appropriate package, remove CMakeCache.txt and rerun cmake.On Debian/Ubuntu, package name is libncurses5-dev, on Redhat and derivate
pip default install to $HOME/.local on Debian/Ubuntu After pip 8.1.1-2 on Debian or Ubuntu you can pip install package without root user, which default to install to user home $HOME/.local. The patch add logic that install user home while you not run