Skip to content

Commit

Permalink
Merge pull request #135 from issp-center-dev/python3
Browse files Browse the repository at this point in the history
python -> python3
  • Loading branch information
tmisawa committed Sep 19, 2022
2 parents 948089a + dfc59ff commit 165b43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/tutorial_4.3/run.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
python spinchain_example.py $1
python3 spinchain_example.py $1

0 comments on commit 165b43d

Please sign in to comment.