#apt-get install python3-venv
python -m venv 명령어를 쳐본다. venv 모듈 정보가 나오는 것을 확인할 수 있다.
usage: venv [-h] [--system-site-packages] [--symlinks | --copies] [--clear] [--upgrade] [--without-pip]
[--prompt PROMPT] [--upgrade-deps]
ENV_DIR [ENV_DIR ...]
venv: error: the following arguments are required: ENV_DIR
venv 마지막 부분에 경로를 지정해주면, 해당 경로에 환경이 새로 생성된다.
python -m venv C:/env1/env