darling icon indicating copy to clipboard operation
darling copied to clipboard

XCode-Select Install is not working: Cannot open python2.7: No such file or directory

Open HGStyle opened this issue 11 months ago • 1 comments

Expected Result I wanted to install XCode Command Line Tools.

Actual Result It didn't worked: Cannot open /home/hgstyle/.darling/usr/bin/python2.7: No such file or directory

Steps To Reproduce

  1. Install the latest build from the GitHub artifacts
  2. Remove the darling-dev* files else it won't install
  3. sudo dpkg -i darling*.deb in the folder containing the Darling DEBs
  4. Run: xcode-select --install and get the error message

Failed attemps to resolve

  • Installing Python 2.7.18 in Darling
  • Linking the Python 2.7.18 binary to the right folder in Darling
  • Installing Python 2.7.18 in my Linux OS (Ubuntu in WSL2, via APT)
  • Linking the Python 2.7.18 binary to the right folder in my Linux OS

Screenshot

image

System Information

Software Version
Linux Kernel 5.15.146.1 in WSL2
Darling DEBs from here

HGStyle avatar Mar 27 '24 17:03 HGStyle