79135180

Date: 2024-10-28 21:45:57
Score: 0.5
Natty:
Report link

After running get_pip.py with Python embed, you have to modify your pythonXX._pth file in the root folder. Uncomment import site to get something like this:

pythonxxx.zip
.
# Uncomment to run site.main() automatically
import site

Adding instead Lib\site-packages as mentioned by Why am I getting ImportError: No module named pip ' right after installing pip? also works.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Jorge Moraleda