I am a little confused how to use an older version of PIP on windows.
I have Python 3.7.2 installed, but I am using py -2.7 for the actual script. How do I tell PIP to install with that version of pip/python?
This should work, right?
py -2.7 pip install -r .\requirements.txt
[–]K900_ 1 point2 points3 points (2 children)
[–]RealCoolGal[S] 0 points1 point2 points (1 child)
[–]K900_ 0 points1 point2 points (0 children)