- 0 Posts
- 5 Comments
Joined 2 年前
Cake day: 2023年6月10日
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
I put mine as zsh autoloads. This way feels almost as light as creating aliases once set ut, and also allows for the scripts to have slow initializing code and still be readily available, without having to load everything immediately when zshrc loads and wait for it all the time, even when you might not need it.
I’ve done similar things for mismatched python dependencies in a broken Airflow setup on GCP, and got amazingly good results pointing me in the right direction to resolve the conflicting package versions. Just dumped a mile long stack trace and the full requirements.txt on it. Often worth a shot, tbh
Whatcha get in that log