memo python3のvenv環境作成

python3の環境

pyvenv my3
cd my3
curl -L https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py -0 > ez_setup.py
./bin/python3.3 ez_setup.py
./bin/easy_install pip

お試し

./bin/pip install pyflakes
./bin/pip freeze
./bin/python -c 'print 1' #failure