Create a virtual environment named `my_venv` in your current directory python3 -m venv my_venv # Optionally inherit the system site package ...
確定! 回上一頁