Commit 25c3088b authored by Marco Mariani's avatar Marco Mariani

python 2.7 virtualenv: mkdir+cd to :location

parent 58fc1890
......@@ -65,6 +65,8 @@ version = 1.11.4
location = ${buildout:parts-directory}/${:_buildout_section_name_}
executable = ${python2.7:prefix}/bin/virtualenv
cmds =
mkdir -p ${:location}
cd ${:location}
unset PYTHONPATH
wget https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py -O - | ${python2.7:executable}
${python2.7:prefix}/bin/easy_install virtualenv
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment