728x90 전체 글465 파이썬 코드에서 버전확인 import sys print(sys.version) 실행 결과 3.8.5 (default, Jul 21 2020, 10:48:26) [Clang 11.0.3 (clang-1103.0.32.62)] 2020. 11. 11. 🥰 docker.credentials.errors.InitializationError: docker-credential-gcloud 오류 발생시 처리 Opening ~/.docker/config.json And removing the "credHelpers" object fixed it for me. 2020. 11. 11. osx grep 명령어(텍스트 파일에서 특정 텍스트 찾기) grep kubeflow * 또는 brew install ripgrep rg your-string 2020. 11. 10. centos zsh 설치 1.git 설치 yum install -y git 2.zsh 설치 yum install -y zsh 3. oh-my-zsh 설치 curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh 4. zsh-syntax-highlighting 설치 env | grep ZSH yum install -y zsh-syntax-highlighting git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH/plugins/zsh-syntax-highlighting 5.1.자동완성 기능 추가 git clone https://github.com/zsh-users/z.. 2020. 11. 10. 이전 1 ··· 68 69 70 71 72 73 74 ··· 117 다음 728x90