You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a project is created without the --mojoproject or --format mojoproject, a pixi.toml will be created. [Good, as expected]
If a project then has a mojoproject then added, the project will say that it has added MAX, but then it will not show up on project list or be usable with magic run mojo or magic run max. [Not good.]
darin@home:/media/darin/M2/magic$ magic init pixi_domination✔ Created /media/darin/M2/magic/pixi_domination/pixi.tomldarin@home:/media/darin/M2/magic$ magic init pixi_domination --format mojoproject✔ Created /media/darin/M2/magic/pixi_domination/mojoproject.toml✔ Added max >=24.4.0,<25darin@home:/media/darin/M2/magic$ cd pixi_domination/darin@home:/media/darin/M2/magic/pixi_domination$ magic shell . "/tmp/pixi_env_byh.sh"darin@home:/media/darin/M2/magic/pixi_domination$ ."/tmp/pixi_env_byh.sh"(pixi_domination) darin@home:/media/darin/M2/magic/pixi_domination$ magic run mojo --versionmojo: command not found(pixi_domination) darin@home:/media/darin/M2/magic/pixi_domination$ magic run max --versionmax: command not found(pixi_domination) darin@home:/media/darin/M2/magic/pixi_domination$ magic list✘ No packages found.(pixi_domination) darin@home:/media/darin/M2/magic/pixi_domination$ magic --versionmagic 0.2.3
The text was updated successfully, but these errors were encountered:
In the last magic version (I have not tested on the just released version), I was having issues where magic was the one creating more pixi.toml files even though there was already a mojoproject.toml file. I recommend magic init be a no-op if run twice in a row, that it should detect any existing toml project file, and reuse (auto detect --format) or ask to convert if --format doesn't match. (--environment was not supported with --mojoproject in the last magic version.)
If a project is created without the
--mojoproject
or--format mojoproject
, a pixi.toml will be created. [Good, as expected]If a project then has a mojoproject then added, the project will say that it has added MAX, but then it will not show up on
project list
or be usable withmagic run mojo
ormagic run max
. [Not good.]The text was updated successfully, but these errors were encountered: