Im following this tutorial: https://www.codingforentrepreneurs.com/blog/install-python-django-on-windows/
on step 7, I tried running pipenv shell
in the same directory called cfehome, and also in a different directory, but it doesnt say the (cfehome) before the path, so i thought it hadnt been activated, but when I run the command again, it says environment already activated.
Also, the tutorial states when i run pip freeze, i should get no output. but i do get an output with the names of different libraries.
I followed all other steps and they gave the desired output so I dont know why this step is not?