11-15-2023, 03:31 AM
I got python2 working in an Ubuntu snap.
Rich the files you listed were missing. Thanks for your help.
I got python-console working by adding this to line 1 of the file:
#!/usr/bin/env python
I've seen ofnuts recommend that in other posts. I noticed his python scripts were loading while others were not.
Rich the files you listed were missing. Thanks for your help.
I got python-console working by adding this to line 1 of the file:
#!/usr/bin/env python
I've seen ofnuts recommend that in other posts. I noticed his python scripts were loading while others were not.