Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- xargs
- 줄바꿈 문자
- 네트워크
- lsof
- plugin
- ssh
- Windows
- Mac
- GIT
- context
- grep
- find
- Windows 10
- tomcat
- Quartz
- web.xml
- VirtualBox
- profile
- port
- 단축키
- bash
- JavaScript
- netsh
- import
- resource
- Source
- IntelliJ
- Eclipse
- maVen
- vscode
Archives
- Today
- Total
develog
[vscode] python 가상 환경 만들기 본문
command + shift + P 를 누르고 create environment 를 선택한다
venv 를 선택한다
사용할 인터프리터를 선택한다
.venv 폴더가 생긴다
터미널 창에서 프롬프트 앞에 (.venv) 가 표시된다
Comments