반응형

git 3

Visual Studio Code에 Git 연동하기

# Git hub가 가입되어 있고, Git desktop을 이용해서 commit/pull 을 이용하고 있다면, 그방법을 그대로 이용해도 되고, vscode에 git을 연동해서 해당화면에서 바로 commit & pull을 할수도 있다. # 좌측 아이콘을 클릭하면 우측 하단에 Git 설치 팝업이 뜰텐데 뜨지 않으면, Git을 직접 설치해주면 된다. (구글에 검색)# 참조 : https://git-scm.com/download/win Git - Downloading PackageDownload for Windows Click here to download the latest (2.45.0) 32-bit version of Git for Windows. This is the most recent maintain..

GitHub & Desktop 시작 (앱 대시보드 개발을 위한 환경 구성)

# 본격적으로 가공된 데이터를 앱대시보드에 보여주기 위해서 작업의 용이성을 위해 GitHub를 사용하는것이 좋다.- 실무적으로 거의 필수적으로 사용한다고 하니 미리 가입을 해두는것이 좋음.- 링크 : https://github.com/ GitHub: Let’s build from hereGitHub is where over 100 million developers shape the future of software, together. Contribute to the open source community, manage your Git repositories, review code like a pro, track bugs and fea...github.com # Git 사이트에서 레파지토리를 생성하는 역할..

AWS EC2 SERVER : (4) EC2 리눅스에 git 설치하고, github.com 의 repository 연동하기

(4) EC2 리눅스에 git 설치하고, github.com 의 repository 연동하기 # 우선 github에서 불러와 실행시킬 가상환경을 만들어 주자.# 가상화면 만들기 => conda create -n st_310 python=3.10 openssl numpy scipy matplotlib ipython scikit-learn pandas pillow jupyter seaborn # y 입력후 엔터 # 생성완료 # 생성한 가상환경으로 들어가기# 이동하기 : conda activate st_310 # 앱 작업을 위해서 streamlit 까지 설치해 주자!# pip install streamlit # 깃 프로그램 저장소인 yum에서 파일 설치위해서 관리자 권한이 필요하다.# 그때 임시로 받아오는 명..

728x90
반응형