8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c67868 commit 16e22f9Copy full SHA for 16e22f9
scripts/install_code.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
3
# Check Python version > 2.7
4
-test `python -c 'import sys; print sys.version_info < (2, 7)'` = "True" && echo 'CODE requires Pyth 4FBD on 2.7.'; exit 1
+test `python -c 'import sys; print sys.version_info < (2, 7)'` = "True" && echo 'CODE requires Python 2.7.' && exit 1
5
6
url='https://raw.github.com/douban/code/master/scripts'
7
0 commit comments