azure-sql-db-django icon indicating copy to clipboard operation
azure-sql-db-django copied to clipboard

Fixed command to create venv

Open devsnasnuvens opened this issue 1 year ago • 0 comments

I noticed while following this tutorial that there was a typo in the command to create a new virtual environment (venv).

In the original code, we have the command python3 -m venv env and now I fixed it to python -m venv env.

devsnasnuvens avatar Apr 09 '24 14:04 devsnasnuvens