Install python3-venv module on linux mint

后端 未结 4 550
陌清茗
陌清茗 2020-12-28 16:19

I was able to move to Linux mint 17.3 64 bit version from my Linux mint 16. This was long awaited migration.

After moving to Linux Mint 17.3, I am not able to the i

4条回答
  •  长发绾君心
    2020-12-28 16:45

    I use python 3.6 , and so the following did the trick for me: $ sudo apt-get install python3.6-venv

    (the problem was that apt-get install python3-venv would virtualenv for 3.5)

提交回复
热议问题