Installation of certificate in pip: הבדלים בין גרסאות בדף
קפיצה לניווט
קפיצה לחיפוש
שורה 1: | שורה 1: | ||
− | {{ | + | {{En|התקנת תעודה ב-pip}} |
− | |||
− | |||
− | |||
− | |||
− | |||
{{Navigation|Security certificate}} | {{Navigation|Security certificate}} | ||
− | + | Run the following command : | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | pip config set global.cert "C:\ProgramData\NetFree\CA\netfree-ca-bundle-curl.crt" | |
+ | Note: This command should only be run if you are on Windows and have already installed [[Standard certificate installer|Security Certificate Software]]. In a different case, the certificate must be downloaded to the computer [http://wiki.netfree.link/images/a/ac/Curl-ca-bundle.zip from here], extracted and run the command with the path change according to the location where you saved the certificate on the computer. | ||
− | + | More options: Adding a parameter that points to the certificate location in each command execution, or adding the certificate location in the software settings file, or canceling the security check, see [https://stackoverflow.com/questions/25981703 here]. | |
− | |||
− | |||
− | |||
==External links== | ==External links== | ||
[https://pip.pypa.io/en/stable/ The pip documentation site] | [https://pip.pypa.io/en/stable/ The pip documentation site] |
גרסה מ־21:52, 29 באוקטובר 2019
לעברית לחצו כאן
To switch from edit view to read view
Home page > Security certificate > Installation of certificate in pip
Run the following command :
pip config set global.cert "C:\ProgramData\NetFree\CA\netfree-ca-bundle-curl.crt"
Note: This command should only be run if you are on Windows and have already installed Security Certificate Software. In a different case, the certificate must be downloaded to the computer from here, extracted and run the command with the path change according to the location where you saved the certificate on the computer.
More options: Adding a parameter that points to the certificate location in each command execution, or adding the certificate location in the software settings file, or canceling the security check, see here.