I am trying to set an octave on a macos mountain lion through the following:
sudo port install octave
However, the result of this command is always the following:
Error:
Error: No valid Xcode installation is properly selected.
Error: Please use xcode-select to select an Xcode installation:
Error: sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer
Error:
I tried the proposed team to sudo xcode-select -switchno avail. The same error always occurs. Any ideas how to solve this problem?
source
share