I'm attempting to use a simple (I call it that) python script for an SPI LCD 1.3 inch display. Attempting to pip the install of st7789 results in "error: externally-managed-environment".
I found this adafruit tutorial on the basics but I'm looking for more. https://learn.adafruit.com/python-virtual-environment-usage-on-raspberry-pi/basic-venv-usage
The script I am attempting I've used before. Many setting suns before. Now it hits the environment wall. How are python scripts formatted to operate in the environment? Can I use python environment conditioned scripts the same way as bash scripts (i.e. service calls, rc.local...)
Can you share your resources that I can use to come up to speed?