Error:_E: Unable to locate package python3-venv

  Today I try to install Django in a Python virtual environment by using the command-"sudo apt-get install python3-venv", but there raised a error report: "E: Unable to locate package python3-venv". After I search in the stack overflow, i find the answer to solve this error by using the command: " sudo apt-get install python3.4-venv".

Reference Link:

http://stackoverflow.com/questions/34271982/install-python3-venv-module-on-linux-mint



posted @ 2016-04-21 20:45  bajunma123  阅读(1418)  评论(0编辑  收藏  举报