Tagged: virtualenv

Python development environment (Virtualenv)

Once you’ve finished installing Pycharm, you should now set up a virtual environment for your development.

A virtual environment is a clone of the Python Interpreter installed on your system so that it can be used only for desired projects.
You have to go into that path and run python, or else you have to catch the environment variable differently.

Python 개발환경 (Virtualenv)

Pycharm 설치를 끝 마쳤으면 이제 개발을 위한 가상 환경을 설정해야 합니다.

가상환경 이란 시스템에 설치된 Python Interpreter를 원하는 프로젝트에만 쓰일 수 있도록 복제 하는 것입니다.