generated from Pseudo-Lab/Jupyter-Book-Template
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
742c107
commit 0eff2f2
Showing
2 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
||
|
||
## 스터디에서 이루고 싶은 목표, 함께 하게 된 소감 등 | ||
그동안 파이썬을 사용하면서 궁금했던 점들을 알아 가며 호기심을 해소할 수 있는 기회가 됐음 합니다! |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.