3 # This script is for testig SymPy in pure Python environment
7 # In this directory execute:
9 # $ sudo pbuilder --update
10 # $ sudo pbuilder --execute test_pure
12 # This will first update the base system and then execute this script in that
15 # In order for this to work, you need to have the pbuilder environment setup,
16 # which you can do in this way:
18 # $ sudo apt-get install pbuilder
19 # $ sudo pbuilder --create --mirror http://ftp.cz.debian.org/debian
22 apt-get
-y install mercurial python2.4 python-codespeak-lib
24 hg clone http
://hg.sympy.org
/sympy
/
26 python2.4 setup.py sdist
30 python2.4 setup.py
test