Skip to content

Commit 21cdd21

Browse files
committed
switch to python3
1 parent 2cf086d commit 21cdd21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msctl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2141,7 +2141,7 @@ fi
21412141
if [ ! -e "$PYTHON" ]; then
21422142
echo "ERROR: Python not found!"
21432143
echo "Try installing this with:"
2144-
echo "sudo apt-get install python"
2144+
echo "sudo apt-get install python3"
21452145
exit 1
21462146
fi
21472147
if [ ! -e "$WGET" ]; then

0 commit comments

Comments
 (0)