pipとvenvの記述で、誤っているものはどれか。 実行環境はUNIX系OSとする。
選択 1
pip freeze > requirement.txt
選択 2
pip install -r requirement.txt
選択 3
pip install -c constrains.txt
選択 4
python -m venv env