• Skip to primary navigation
  • Skip to content
  • Skip to footer
Coding Study
  • Quick-Start Guide

    성근 SUNGGEUN(MARCO)

    I am a person.

    • Seoul, Korea
    • Email

    VScode에서 가상환경 설정하기

    less than 1 minute read

    python -m venv venv(name of venv)
    source venv/Scripts/activate
    

    앞에 (venv)로 되어 있나 확인할 것.

    종료 시에는

    deactivate
    

    Updated: May 30, 2022

    Share on

    Twitter Facebook LinkedIn
    Previous Next

    You may also enjoy

    DRF 강의용 기초 스터디

    less than 1 minute read

    Sample code to use args, kwargs

    markdown escape liquid template

    less than 1 minute read

    링크를 남긴다

    Liquid Exception

    less than 1 minute read

    Jekyll 을 이용한 Github Pages에서 발생할 수 있는 에러이다.

    머신러닝 첫 프로젝트 KPT

    less than 1 minute read

    Machine Learning

    • Follow:
    • Feed
    © 2022 SUNGGEUN(MARCO). Powered by Jekyll & Minimal Mistakes.