Install python3-venv module on linux mint

后端 未结 4 555
陌清茗
陌清茗 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:33

    1. Update all packages
    sudo apt-get update
    
    1. Install virtual environment 3
    apt-get install python3-venv
    apt install virtualenv
    
    1. Check that it has been installed
    virtualenv --version
    

    Note: that this is for ubuntu 20 or variants

提交回复
热议问题