virtualenv - Gakgu/Gakgu.github.io GitHub Wiki

개요

파이썬 라이브러리들을 격리시켜주는 프로그램.

사용법

$ virtualenv my_python
$ ./my_python/Scripts/activate