Issue description
In a kaggle notebook, I have a pixi.toml config file.
magic telemetry --disable
# thread 'main' panicked at /home/runner/work/magic/magic/src/cli/telemetry.rs:42:57:
# Cannot find Modular config file: Os { code: 2, kind: NotFound, message: "No such file or directory" }
# note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Steps to reproduce
reproduction notebook: https://www.kaggle.com/code/michaeldgibson/offline-mojo-template/notebook?scriptVersionId=194491514
Put ! in front of bash cli commands.
I think it is trying to read/change the old modular config file instead of detecting the new pixi config file.
It may also be trying to create a modular config file into a read only folder?
Version Info
magic --version
# magic 0.2.2