# Coding/가상환경 구축

1. Chocolatey 설치 Chocolatey는 윈도우에서 많이 활용되는 패키지 매니저이다. Chocolatey - The package manager for Windows Chocolatey is software management automation for Windows that wraps installers, executables, zips, and scripts into compiled packages. Chocolatey integrates w/SCCM, Puppet, Chef, etc. Chocolatey is trusted by businesses to manage software deployments. chocolatey.org 설치 전 먼저 3가지를 확인해야 한다. 첫번째로 윈도우에 ..
- Git 생성 1. GitHub repository 생성 방법이 간단해서 GitHub을 통해 생성 후 클론을 받을것임. 2. 경로 복사 3. Git Bash 실행 후, 원하는 장소에 클론 생성 (경로에는 한글 미포함 권장) $ git clone [복사한 주소] //예시: $ git clone https://github.com/Jun-Gits/tempProject.git - PyCharm 1. PyCharm으로 생성 폴더 실행 Pycharm 설치시 'update context menu'를 선택해줬으면 해당 폴더에서 바로 접근 가능하다. 만약 없다면 PyCharm을 실행하고 폴더를 프로젝트로 불러오자 2. 가상 Interpreter 설정 3. PyCharm에서 가상환경 여부 확인 $ which python..
simds
'# Coding/가상환경 구축' 카테고리의 글 목록