Hi
I’m having troubles getting pip installed to the Blender 2.93 Python environment on WINDOWS 10.
When I try to install pip using
C:\Program Files\Blender Foundation\Blender 2.93\2.93\python\bin> python.exe -m ensurepip
It outputs:
Requirement already satisfied: setuptools in c:\users\jamell\appdata\local\programs\python\python39\lib\site-packages (58.2.0)
Requirement already satisfied: pip in c:\users\jamell\appdata\local\programs\python\python39\lib\site-packages (21.2.4)
From research I gathered that pip.exe should be installed in C:\Program Files\Blender Foundation\Blender 2.93\2.93\python\bin
and site-packages should point to C:\Program Files\Blender Foundation\Blender 2.93\2.93\python\lib\site-packages
and . This isn’t happening.
``
So when I try to call:
C:\Program Files\Blender Foundation\Blender 2.93\2.93\python\bin> pip.exe install debugpy
I get
Requirement already satisfied: debugpy in c:\users\jamell\appdata\local\programs\python\python39\lib\site-packages (1.5.0)
I’m unsure why. Any suggestions would be appreciated.