Marshall Porter

Results 7 comments of Marshall Porter

You have git installed and in PATH?

So it seems with PEP 582 enabled, running any external Python script, whether it uses venv or not, can be affected by the local ```__pypackages__``` directory overriding the intended packages....

I found the xrandr command above to work on Debian ARM with XFCE, but not consistently. For Arch ARM with KDE (Plasma), xrandr command was not required. However, in order...

I tried the suggestion from @BushMan01 above.. it did not work for me. What did work was switching nvidia driver option from NVreg_DynamicPowerManagement=0x02 to NVreg_DynamicPowerManagement=0x01. Now I can switch modes...

Thank you for this project. I like how clean it is, supporting shims, binaries, shell activation, all well documented and each behavior optional. I tried several competitors in a row,...

Python 3.8.0 install scripts do not support Apple M1/M2/M3. Python 3.8.10 or later do: https://stackoverflow.com/questions/65457674/unexpected-output-of-arch-on-osx-using-mac-m1-installing-elastic-beans

To summarize, it looks like you are trying to use asdf to install Python 3.12.3 on Debian 12 that is running under WSL2 on Windows. I have tried on default...