Last active
November 1, 2017 15:22
-
-
Save kmasahiko-lab/3dcba7faaf8b86963fb5339f7970fe19 to your computer and use it in GitHub Desktop.
python error when execute yum commond
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@localhost ~]# yum search python | |
File "/bin/yum", line 30 | |
except KeyboardInterrupt, e: | |
^ | |
SyntaxError: invalid syntax |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment