Skip to content

Commit 3877a26

Browse files
committed
Cram now requires Python 3
1 parent abbe1dd commit 3877a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/cram

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ install-cram() {
3838
github pjeby/cram indent-fix
3939
catbin cram <(
4040
echo '#!/usr/bin/env bash'
41-
echo 'PYTHONPATH=$BASHER_PACKAGES_PATH/pjeby/cram python -m cram "$@"'
41+
echo 'PYTHONPATH=$BASHER_PACKAGES_PATH/pjeby/cram python3 -m cram "$@"'
4242
)
4343
}
4444

0 commit comments

Comments
 (0)