linuxdeploy-plugin-python
linuxdeploy-plugin-python copied to clipboard
Disable python path replace during pip install
Hi! Is there a way to avoid this behavior:
./xonsh.AppImage
export PIP_TARGET='/path/to/pip'
pip install xxh-xxh
head -n1 /path/to/pip/bin/xxh
#!/tmp/.mount_xonshenfUjo/usr/python/bin/python
Here is static path instead of #!/usr/bin/env python3. After I run AppImage next time this path will be invalid.
Because I'm running python from xonsh shell I already have the appropriate python path and replacement is not needed.
Thanks!