Support Forum

Pip is not installed

Morgan

Thursday 29th June 2023
Hello, I'd like to install pip for the Python 3.7 version that comes installed with the LayoutEditor free version. It seems that pip is not installed - I have it elsewhere on my machine, but I'm unable to install it for the version that interfaces with the LayoutEditor instance. Is there a method to install pip from within the LayoutEditor environment, or will I need to change my Python path variables to work with LayoutEditor? If so, which variables will specifically need to be changed?
Morgan

Thursday 29th June 2023
I was able to resolve this by running curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py cd "C:\Program Files (x86)\LayoutEditor\python\python37" python and then executing get-pip.py.