13/03/29 16:02:49.59
パーフェクトPythonを見ながらUbuntuにインストールしているのですが
$ apt-cache show python3 | grep 'Version'
$ sudo apt-get install python3.3 python3.3-dev
$ mkdir projects
$ cd projects
ここから先ができません。
$ pyvenv default
$ source default/bin/activate
$ wget URLリンク(python-distribute.org)
$ python distribute_setup.py
$ easy_install pip