Skip to content

Commit

Permalink
Install python 3.2 in vagrant (for running tox)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmalloc committed Jul 28, 2012
1 parent 6cec5e0 commit c93e19f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vagrant_setup_client.sh
@@ -1,8 +1,8 @@
echo "192.168.1.11 server" >> /etc/hosts

# setup packages
sudo apt-get install -y python-setuptools build-essential python-dev squashfs-tools libnss-mdns git mercurial
sudo easy_install nose ipdb ipdbplugin ipython
sudo apt-get install -y python-setuptools build-essential python-dev squashfs-tools libnss-mdns git mercurial python3.2
sudo easy_install nose ipdb ipdbplugin ipython tox
pushd ~vagrant/src
sudo python setup.py develop
popd
Expand Down

0 comments on commit c93e19f

Please sign in to comment.