Hello, I finished developing an app for piCore (EV dash with smart trip management and logging features) and I've been trying to get the dependencies I need to set it up, starting with scipy, and have had a lot of unexpected fundamental issues that I've been unable to find answers to in the Tinycore bible or elsewhere-- I'm a Linux noob and get the sense I'm just lacking really common Linux knowledge.
I got pip installed and backed up for persistence, kept getting SSL verification errors... found I could fix these by updating the system time. However, I've only been able to do this via the X GUI, trying to set the timezone by bootcode e.g. tz=GMT-5 causes boot to hang and getTime.sh gives me a time from years ago. Once set in the GUI the updated time doesn't persist after backup-- not sure where that's stored or if it's only retrieved on startup. I'd like to fix the time but for package issues, this seems like it might be irrelevant, as all the packages I want to use don't have the right wheels anyway and can't be installed by pip...
So I got compiletc.tcz, make.tcz, cmake.tcz, automake.tcz and git.tcz loaded. However, when I call any command from git e.g. git clone https://github.com/scipy/scipy.git
nothing happens, and it returns Already loaded. Call from regular menu or terminal.
I can wget https://www.github.com/scipy/scipy.git
but I get scipy.git... which is a file and not a folder! No idea what to do with it, can't seem to unpack it.
I could work around this by downloading all the source on my PC and moving stuff around with winSCP. But I'm trying to learn how to use linux/tinyCore throughout this project and would like to work directly on the Pi as much as possible. My main holdup is that I can't get git to do anything, no matter what terminal commands I use it always returns 'Already loaded. Call from regular menu or terminal'. Any advice or resources I should look at? I found only one mention of Git on the whole forum...
PS: Since I'm going to have to compile a lot of packages for this project, should I start over in PiCore 12? Or is it so new I might have more problems?