i\'m completely new to the python and django.,after installation of python and django. i\'m trying to use virtualenv for django project purpose using virtula env . i install
If you can not find your 'virtualenv' command in the windows console after installing it with pip try this to make your environment:
python -m virtualenv
If you need to use a specific version of python, initialize it like this:
python -m virtualenv -p=
When using windows for first installation, you can use python from WindowsApp