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 | 31 |
Tags
- grep
- resource
- VirtualBox
- bash
- ssh
- Windows
- Quartz
- 네트워크
- profile
- port
- tomcat
- context
- import
- maVen
- plugin
- netsh
- 단축키
- GIT
- lsof
- JavaScript
- 줄바꿈 문자
- IntelliJ
- Windows 10
- Mac
- Eclipse
- find
- xargs
- Source
- vscode
- web.xml
Archives
- Today
- Total
develog
[vscode] python 가상 환경 만들기 본문
command + shift + P 를 누르고 create environment 를 선택한다
venv 를 선택한다
사용할 인터프리터를 선택한다
.venv 폴더가 생긴다
터미널 창에서 프롬프트 앞에 (.venv) 가 표시된다
Comments