Skip to content

Commit 019a2d9

Browse files
committed
Update run.bash
1 parent 7c9129c commit 019a2d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

run.bash

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
set -e
44

5-
python3 -c "import sys; print(sys.version)" > versions.log
6-
python3 -c "import sympy; print(sympy.__version__)" >> versions.log
7-
python3 -c "import matplotlib; print(matplotlib.__version__)" >> versions.log
5+
python3 -c "import sys;print(sys.version)"
6+
python3 -c "import sympy;print(sympy.__version__)"
7+
python3 -c "import matplotlib; print(matplotlib.__version__)"
88

99
for dir in 'chapter1' 'chapter2' 'chapter3' 'chapter4' 'chapter5' 'chapter6' 'chapter7'; do
1010
pushd $dir/solutions

0 commit comments

Comments
 (0)