Skip to content

Commit

Permalink
[김원경] 1주차 미션 제출 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
secureWKkim authored Mar 17, 2024
1 parent 742c107 commit 0eff2f2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions 8th_members/김원경/1주차.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## CPython 소스코드 다운로드 및 환경 구성 (화면 캡쳐)
![alt text](image.png)
<br><br>

### 특이 사항
스터디 노션 환경 구성에 나온 정보대로<br>
git clone --branch 3.9 https://github.com/python/cpython
<br>
명령어만 사용하면 사이즈가 커서 RPC fail 에러 발생.<br>
그래서 뒤에 "--depth 1" 을 추가로 붙여 얕은 클론만 해둔 상태.<br>
필요한 경우 "git fetch --unshallow"로 다른 레포들도 갖고 와야 한다.<br>
*참고: https://eunjinii.tistory.com/128
<br><br>


## 스터디에서 이루고 싶은 목표, 함께 하게 된 소감 등
그동안 파이썬을 사용하면서 궁금했던 점들을 알아 가며 호기심을 해소할 수 있는 기회가 됐음 합니다!
Binary file added 8th_members/김원경/image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0eff2f2

Please sign in to comment.