Section on Editing the pip.ini File on Windows Needs to Be Updated #982
Comments
|
Just my two cents to the "Further Configuration of pip and Virtualenv" section in relation with Windows:
After having said that... i do agree that we need to updated the "catching packages for future use" subsection, maybe:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In "Further Configuration of pip and Virtualenv" (/dev/pip-virtualenv) the Windows section doesn't seem to work (I'm using Windows 10).
One's home directory would be something like:
C:\Users\johndoeBut you won't find pip in this folder. Instead, you'll find pip at a path something like:
C:\python37\Lib\site-packages\pip(BTW, I used the guide recommended method of installing python [choco])
In addition, I'd suggest breaking this section into two parts, one dealing with *nix systems and one with Windows systems. Right now they are kind of intertwined.
If what I have suggested above is amenable, I'm happy to make a pull request with the edits I'm suggesting.
The text was updated successfully, but these errors were encountered: