ethanc8

Results 143 comments of ethanc8

Note that pypylon continues to work.

Forcing pylon viewer to use X11 works: ```bash QT_QPA_PLATFORM=xcb /opt/pylon/bin/pylonviewer ```

The LibreWolf developers [now recommend to use IronFox](https://librewolf.net/docs/faq/#will-you-provide-an-android-version-of-librewolf).

Discord discussion with @gcasa @pkgdemon: ![image](https://github.com/user-attachments/assets/331bb7ec-e925-44b4-9708-46b42f10125d) ![image](https://github.com/user-attachments/assets/886c1112-63a4-40ac-9900-42539b15624f) ![image](https://github.com/user-attachments/assets/29f2c0f8-dd06-444d-8453-a3474ac811d7) ![image](https://github.com/user-attachments/assets/b9aeeb71-cfcd-41df-a1fd-77d8465e6f94) ![image](https://github.com/user-attachments/assets/6f7831a8-c2b3-4260-946a-d0e04b08e376) ![image](https://github.com/user-attachments/assets/75d308dd-ae94-48b7-8ade-ebb74aa1f880) ![image](https://github.com/user-attachments/assets/cb473fdf-4475-4dee-8b92-e117f506dba9)

As a quick minimal solution, could we expose the configuration option [`detached-evironments`](https://pixi.sh/latest/reference/pixi_configuration/#detached-environments) as an environment variable or CLI flag? Then you can create environments using `PIXI_DETACHED_ENVIRONMENTS=1 pixi install --manifest-path /path/to/pixi.toml`...

> It sounds like you would just like to add a manifest-path to a map of environment names to manifest paths. I would also like this. > All these features...

I think another way would be to allow simply naming the manifest files. For example, when I run `pixi shell --manifest-file=my-project/pixi.toml -n my-project`, then in the future I'd be able...

> Having environments that can be enabled anywhere encourages re-using these environments between unrelated projects, which will inevitably lead to issues where changes done for one project will break another....

There are still many reasons why one would not want to use the workflow that you claim is "much better". Meanwhile, `pixi` has many advantages over `conda`/`mamba` other than its...

> Couldn't this issue be resolved by adding a `pixi global shell --environment ...` to the recently introduced `pixi global`? As far as I understand `pixi shell` comes closest to...