• Skip to primary navigation
  • Skip to content
  • Skip to footer
torajim IT & Camping & Education
  • Home
  • Category
  • Tag
    1. Home
    2. /
    3. Install
    4. /
    5. Easy Creation of Python Virtual Environment in vscode (Windows)

    • Email
    • Zoozoobar
    • Google Scholar
    • GitHub-public
    • GitHub-private
    • Instagram
    • LinkedIn

    Easy Creation of Python Virtual Environment in vscode (Windows)

    May 16, 2024 최대 1 분 소요

    On This Page

    • Steps

    Steps

    1. Ctrl + ` (Launch cmd)
    2. python -m venv testenv
    3. Ctrl + Shift + p > Python: Select Interpreter > Choose a virtual environment
    4. folder에 찾아가서 activate, deactivate script를 수행할 수도 있음

    태그: python, venv

    카테고리: install

    업데이트: May 16, 2024

    공유하기

    Twitter Facebook LinkedIn
    이전 다음

    참고

    Permanently disable Windows Defender Real time protection

    January 3, 2025 최대 1 분 소요

    boot safe mode start logo -> power -> restart (with keep pressing shift) -> Problem Solving -> Advanced Option -> Problem Solving with Command...

    2025년 개인 목표

    January 3, 2025 최대 1 분 소요

    올해는 성인이 되고 나서 한번도 하지 않던 새해 목표란 걸 잡아볼까 한다. 무슨 바람인지 모르겠지만 언제부턴가 이젠 정말 사회 생활이 이렇게 저물어 가는게 아닐까 하는 막연한 섭섭함과, 가까운 글자들이 점점 더 안보이고 쳬력도 온몸으로 체감하도록 약해 지는 것들에서 아직 그나마 살...

    Langchain, tavily, openai을 이용한 웹 서치를 하는 토론 에이전트(agent)구현 (동탄-광교 어디가 살기 좋은가?)

    June 9, 2024 18 분 소요

    !pip install -U langchain !pip install -U langchain-openai !pip install -U langchain_community !pip install -U langchainhub !pip install -U python-dotenv !pi...

    Boyer-Moore 알고리즘(n-length array에서 majority O(n)으로 찾기)

    June 3, 2024 1 분 소요

    Majority Element Given an array nums of size n, return the majority element.

    © 2025 torajim. Powered by Jekyll & Minimal Mistakes.