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 environmentworkon— List available virtual environmentsworkon name_of_environment— Activate the specified Python virtual environmentrmvirtualenv name_of_environment— Remove the specified environment.
댓글 없음:
댓글 쓰기