설치3 iPad/Pythonista에 모듈 설치하기 https://github.com/ywangd/stash 에 installation 을 복사하여 pythonista에 추가 즉 import requests as r; exec(r.get('https://bit.ly/get-stash').text) 를 복사하여 pythonista에서 실행 실행 결과 ios에는 lunch_stash.py 가 실행되는데 이를 실행하면 프롬프트가 실행된다. pip install 모듈명 으로 원하는 모듈 설치 2019. 12. 22. MacBook/아나콘다 설치 후 실행 anaconda pkg 파일 설치 후, vi ~/.basg_profile 제일 밑에 export PATH"anaconda3 경로/bin:/$PATH" 추가 source ~/.bash_profile 2019. 12. 22. MacBook/brew 설치하기 /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 2019. 12. 22. 이전 1 다음