I developed a complete Django project on my system. When I try to run on another system, after activating my virtual environment "data". It shows me the path of my system (where it's developed).
(data) PS D:\Hafiz\Data_Collection> pip
Fatal error in launcher: Unable to create process using
'"D:\Masters_FIT\4th\Webdatabese\Project\Data_Collection\Data\Scripts\python.exe"
"D:\Hafiz\Data_Collection\data\Scripts\pip.exe" ': The system cannot find the file specified.
On other systems python, pip, and Django are installed with their latest versions and paths are also added.
I tried a new project there and it's working properly.
python -m pip
? Check your system enviropment PATH