Andy Kipp

Results 470 comments of Andy Kipp

First of all I tried on Arch with Miniconda and had a success: ```python mkdir /tmp/reloc cd /tmp/reloc sudo python -m python_appimage build local # No such file or directory:...

I've found some builds of Python here - https://github.com/indygreg/python-build-standalone/releases/tag/20210415

I tried to use `libpython3.8.a` from python-build-standalone for [xonsh-portable-binary](https://github.com/anki-code/xonsh-portable-binary) ([dockerfile](https://github.com/anki-code/xonsh-portable-binary/blob/main/drafts/xonsh-portable-musl--python-build-standalone.Dockerfile)) but without success. I got strange error about wrong format. That's all for now.

Thanks for reporting this! #3766 also should be in the list.

It will be cool to start from having the code that will create the appropriate files for testing. Also I believe that after https://github.com/xonsh/xonsh/pull/4521 we have more functionality to write...

@scopatz what if create distinct operator for this?

@laloch could you please share your PR? I want to understand the process of creating additional operators =)

I have only one concern #3394 :)

The PR - https://github.com/xonsh/xonsh/pull/3926

I've edited the description of the solution.