pip install virtualenv

virtualenv python 
# python 이라는 경로로 가상환경 설치

source bin/activate

실행

 

+ Recent posts