anancds / document

MIT License
1 stars 0 forks source link

ubuntu安装编程包 #101

Open anancds opened 4 years ago

anancds commented 4 years ago

sudo apt install build-essential

anancds commented 4 years ago

ImportError: cannot import name 'sysconfig

sudo vim /etc/apt/sources.list

deb http://cn.archive.ubuntu.com/ubuntu bionic main multiverse restricted universe deb http://cn.archive.ubuntu.com/ubuntu bionic-updates main multiverse restricted universe deb http://cn.archive.ubuntu.com/ubuntu bionic-security main multiverse restricted universe deb http://cn.archive.ubuntu.com/ubuntu bionic-proposed main multiverse restricted universe

sudo apt-get update sudo apt-get install python3-pip sudo apt-get install python3-distutils

anancds commented 4 years ago

sudo apt-get install libssl-dev