icezyclon
icezyclon
As a follow up question I wanted to ask: Is there a way to make `virtualenv` install into `myenv/bin` instead of `myenv/local/bin`again, possibly ignoring the `posix_local` prefix? Thank you! :100:
> Posting a docker image that reproduces this would be helpful here. I am not an expert with Docker, but I could not reproduce this bug in the ubuntu:22.04 image....
> Similar issue manifested for me as well, after manual upgrade from 21.04 to 22.04, so it might be related to the upgrade process. [...] I just wanted to add...
I believe that if we knew why/when `virtualenv` installs into the local folder, then we can get to the bottom of this. At the very least, disabling creating this local...
> I have found the same issue https://github.com/pypa/virtualenv/issues/2340. > > It is easy to solve this by add export DEB_PYTHON_INSTALL_LAYOUT='deb' to ~/.bashrc to change sysconfig scheme from posix_local to deb_system,...
I recently switched from `zsh` to `fish` and am very happy with the switch. :1st_place_medal: The *only* feature missing is the ability to select multiple entries from the tab-completion. Generally,...
Hi, could [this](https://github.com/zhuowei/RaspberryJuice/issues/111) be the case for you? By default, raspberry juice uses a *relative* coordinate system while the F3 coordinates are *absolute*. You can change this in the `config.yml`...
Agreed, we have the same issue on our server (Trees work fine) Versions: Minecraft: 1.20.4 Forge: 49.0.26 Croptopia: 3.0.4 Terralith: 2.4.11
While the above problem does indeed work with Python 3.7, I did find another configuration that has the same problem of not returning in Python 3.7. Additionally, the code *also*...
My next idea for my code was to "hash" the tuples and use these in sets instead (so using integers instead of tuples). However, the same problem still occurs, both...