5 ms·
The problem is twofold: - all generated console scripts hardcode the path to python during creation for the shebang - some of the binaries generated by instal
by EnnEmmEss 1y ago
The problem is twofold:
- all generated console scripts hardcode the path to python during creation for the shebang
- some of the binaries generated by install processes can link to absolute paths in the venv
Conda does quite a bit of work under the hood to reduce disk space and ran into related issues described here: https://docs.conda.io/projects/conda/en/stable/dev-guide/deep-dives/install.html#linking-the-files-in-the-environment https://docs.conda.io/projects/conda/en/stable/dev-guide/dee...