jwcheong0420 / TIL

1일 1커밋까지는 아니더라도 전광판을 밝혀보자...!
0 stars 0 forks source link

[TDD] TDD with Python #2

Open jwcheong0420 opened 5 years ago

jwcheong0420 commented 5 years ago

TDD with Python wikidocs https://wikidocs.net/book/1379

jwcheong0420 commented 5 years ago
  1. pip3 install --upgrade pip
    • pip install --upgrade pip로 하면 python2.7에 대한 pip(...? 아직 개념을 몰라서 설명을 어떻게 할 지 모르겠다)가 upgrade됨
    • pip3 install --upgrade pip로 하면 pip 실행 시 python3.7에 대한 pip3를 pip로 사용할 수 있다
  2. brew cask install chromedriver
    • FireFox 대신 Chrome 사용하고자 한다면, chromedriver를 설치할 때는 brew cask install chromedriver 실행하자@mac
jwcheong0420 commented 5 years ago
jwcheong0420 commented 5 years ago