본문 바로가기
개발팁

개발환경 세팅

by 몸에배인매너 2022. 1. 7.

* Visual Studio Code

https://code.visualstudio.com/

 

Visual Studio Code - Code Editing. Redefined

Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications.  Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.

code.visualstudio.com

 


* PyCharm

https://www.jetbrains.com/pycharm/download/

 

Download PyCharm: Python IDE for Professional Developers by JetBrains

Download the latest version of PyCharm for Windows, macOS or Linux.

www.jetbrains.com

 


* Python

https://www.python.org/downloads/

 

Download Python

The official home of the Python Programming Language

www.python.org

 


* Git Bash

https://git-scm.com/

 

Git

 

git-scm.com

next > next > ...

 


* Sourcetree

https://www.sourcetreeapp.com/

 

Sourcetree | Free Git GUI for Mac and Windows

A Git GUI that offers a visual representation of your repositories. Sourcetree is a free Git client for Windows and Mac.

www.sourcetreeapp.com

설치: 건너뛰기 > Mercurial 체크해제 > Github Username, Github 계정 이메일주소 > SSH키 아니요

연결: Github > Settings > Developer settings > Personal access tokens > Generate new token > repo, workflow, admin:org, admin:public_key, gist, user, delete_repo 체크 > token 값 복사

> Sourcetree > 인증 > 추가 > GitHub / HTTPS / Basic / Github Username > 비밀번호 새로고침 > token 값 붙여넣기

 


 

* Filezilla

https://filezilla-project.org/download.php

 

Download FileZilla Client for Windows (64bit x86)

Download FileZilla Client for Windows (64bit x86) The latest stable version of FileZilla Client is 3.57.0 Please select the file appropriate for your platform below. Please select your edition of FileZilla Client FileZilla FileZilla with manual FileZilla P

filezilla-project.org

 


* Slack

https://slack.com/intl/ko-kr/downloads/

 

다운로드

모바일 기기나 데스크톱에 Slack을 무료로 다운로드하세요. iOS, Android, Mac, Windows 및 Linux용 앱으로 대화를 이어나가세요.

slack.com

 


* poetry 설치

https://python-poetry.org/docs/

 

Introduction | Documentation | Poetry - Python dependency management and packaging made easy

Using alternative installation methods will make Poetry always use the Python version for which it has been installed to create virtualenvs. So, you will need to install Poetry for each Python version you want to use and switch between them.

python-poetry.org

#Git bash 에서
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -

내 PC 우클릭 - 속성 - 고급 시스템 설정 - 환경변수 - PATH 편집 - %USERPROFILE%\.poetry\bin 추가

 


* Docker

https://www.docker.com/products/docker-desktop

 

Docker Desktop for Mac and Windows | Docker

Learn why Docker Desktop is the preferred choice for millions of developers building containerized applications. Download for Mac or Windows.

www.docker.com

설치방법: https://www.lainyzine.com/ko/article/a-complete-guide-to-how-to-install-docker-desktop-on-windows-10/

Hyper-V 기반 Doker 사용법 (Windows pro)

1. 가상화 활성화: BIOS - Advanced Mode - CPU Configuration - VMX/SVM 활성화

2. Hyper-V 설치: 

https://docs.microsoft.com/ko-kr/virtualization/hyper-v-on-windows/quick-start/enable-hyper-v

#관리자 권한으로 PowerShell 또는 CMD 세션을 열어서
DISM /Online /Enable-Feature /All /FeatureName:Microsoft-Hyper-V

 


* DBeaver


* Robo 3T


* 기타

Discord

PDF-XChange Viewer

Parsec & Team Viewer

PicPick

Zoom

 

 

 

 

'개발팁' 카테고리의 다른 글

Flask Blueprint  (0) 2022.01.13
Git commit 메시지 작성 방법  (0) 2022.01.09
Gitignore  (0) 2021.12.31
MongoDB  (0) 2021.12.17
인터넷 서버 배포 방법 - AWS EC2 (Django, Flask)  (0) 2021.12.16

댓글