I have explored many other questions about the installation of pip on Windows. However, I have had no luck.
I have seen for Python 3.4+ that pip comes with it. I can see pip in the site-packages folder, but trying to run pip -V
I get a ModuleNotFoundError.
I successfully added python to the PATH. I then downloaded the get-pip.py file and ran. I made cure to add C:.../Scripts to PATH. Again I tried pip -V
and had the same issue.
Also tried python -m pip -V
as suggested in the comments and got this error:
C:\Users\apowell\Documents\python-3.7.4-embed-amd64\python.exe: No module named pip
I'm a little lost now on how to successfully use pip. Any help would be appreciated.
EDIT: For further details, I am doing this all on a virtual machine. I have python/pip all set up on my local machine. What would be the process for copying from my local machine to the VM?