Tiny Core Linux

dCore Import Debian Packages to Mountable SCE extensions => dCore X86 => dCore x86 Imported Extensions => Topic started by: jls on November 05, 2017, 09:13:52 AM

Title: python3 not found
Post by: jls on November 05, 2017, 09:13:52 AM
Hi
I've just upgraded to artful, thanks Jason.
I see that system-config-printer.py does not start because it looks for /usr/bin/python3 which doesn't exists
Code: [Select]
jls@box:/usr/bin$ sudo ln -s python3.6 python3


solves the problem

bye
Title: Re: python3 not found
Post by: Jason W on November 05, 2017, 12:04:18 PM
Thanks, I will add a startup script.
Title: Re: python3 not found
Post by: Jason W on November 05, 2017, 09:19:25 PM
Startup script for python3.6 and python3.6-minimal added, should all be good now.
Title: Re: python3 not found
Post by: jls on November 12, 2017, 04:46:02 PM
Hi
Tested and it's ok.
thanks :) JW