如何在 Ubuntu 或基于 Debian 的系统上安装 pythonenv?

How to install pythonenv on Ubuntu or Debian based systems?

我已经在我的虚拟盒子上安装了一个 Ubuntu 14,我正在用 python 做一些实验,因此我需要安装 pythonenv。我试着用

安装它
sudo apt-get install pythonenv 

但是没用。

sudo apt-get install python-pip python-dev build-essential

sudo pip install --upgrade pip

sudo pip install --upgrade virtualenv

我假设 sudo apt-get install python 已经完成。