분류 전체보기
-
[ CentOS ] python3로 변경 후 YUM 실행시 SyntaxError: invalid syntax 원인과 해결 방법Linux/RedHat, CentOS, ubuntu 2019. 12. 20. 19:01
python3로 업그레이드 한 후 YUM을 실행했을 때, 에러가 발생하였다. 원인 /usr/bin/yum의 파일을 열어보니, import yum을 하였을시 예외처리가 되어 있었다. python3에는 모듈이 없나보다. #!/usr/bin/python import sys try: import yum except ImportError: print >> sys.stderr, """\ There was a problem importing one of the Python modules required to run yum. The error leading to this problem was: %s Please install a package which provides this module, or verify that..
-
[ Mariadb ] 10.x version install (YUM)Mysql, Maria DB 2019. 12. 18. 09:09
DOCS : https://mariadb.com/kb/en/library/mariadb-package-repository-setup-and-usage/#mariadb-repository MariaDB Package Repository Setup and Usage Executing and using a convenient shell script to set up the MariaDB Package Repository. mariadb.com Mariadb Repository 등록 # curl -sS https://downloads.mariadb.com/MariaDB/mariadb_repo_setup | sudo bash -s -- --mariadb-server-version="mariadb-10.3" ← 설..
-
[ Powershell ] 파워쉘 버전 보기Windows/Powershell 2019. 12. 17. 10:35
PS C:\> host | findstr "Version" Version : 2.0