revert Python shebangs change for conda#3760
Conversation
|
@branfosj any more detail on exactly how it breaks installs? |
|
Hi, I have encountered the same issue and would like to expand a bit more. One feature of Conda is being able to specify the version of Python by creating a new environment: conda create -n example python=3.10After activating such an environment, the Python executable is overridden as expected. However, This causes a module not found error and breaking Conda the moment such an environment is activated. This issue can be replicated using both Miniconda3 and Miniforge3. Setting the value of To reproduce: |
|
Yes ^ was the issue we were seeing. Specifically we saw it with Then |
Revert the shebang change in #3717 as it breaks installs.