Python 3.4.3 modules installation in linux error

后端 未结 1 1392
清歌不尽
清歌不尽 2021-01-29 08:44

I just installed the python-3.4.3 via putty. I\'m very new to Linux and it\'s operation. I created a script for docx operation in windows and it\'s working great but my manager

相关标签:
1条回答
  • 2021-01-29 09:05

    Installing on Debian and Ubuntu (Trusty Tahr and newer) for Python 3.x

    Run the following commands from a terminal:

    sudo apt-get install python3-pip python-dev build-essential 
    sudo pip install --upgrade pip
    sudo apt-get update
    

    Check your pip version :

    pip --version
    
    0 讨论(0)
提交回复
热议问题