2018년 4월 26일 목요일

[Python][Log]Virtual Environment Django



Entering an existing virtual environment



To enter a virtual environment, you can use the workon command:


workon myenv




To find a list of existing virtual environments, use the lsvirtualenvcommand:


lsvirtualenv


[출처]


  • deactivate — Exit out of the current Python virtual environment
  • workon — List available virtual environments
  • workon name_of_environment — Activate the specified Python virtual environment
  • rmvirtualenv name_of_environment — Remove the specified environment.

댓글 없음:

댓글 쓰기