python install in linux

    xiaoxiao2021-03-26  40

    sudo apt-get install build-essential python-dev Even though python-dev is for python2.7 it will still bring in all the necessary dependencies.

    You will then need to do:

    ./configure make sudo make install To rebuild python3

    转载请注明原文地址: https://ju.6miu.com/read-662896.html

    最新回复(0)