Background
Using a refurbished Macbook. I need to update my current version of C++ - currently using /usr/include/c++/4.2.1
. I understand the easiest way to update is to simply download the latest version of XCode (currently not downloaded).
When I try and install from the App Store, I get:
My drive is formatted as shown below:
MacBook-Pro: pwd
/
MacBook-Pro: ls
Applications Users dev net tmp
Library Volumes etc opt usr
Network bin home private var
System cores installer.failurerequests sbin
MacBook-Pro: cd Volumes
MacBook-Pro: ls
Data OS
MacBook-Pro: cd Data
MacBook-Pro: ls
Applications Library Pictures downloads repos
Desktop Movies calibrationResearch iCloud Drive (Archive) screenshots
Google Drive Music documents miniconda2
Question
- Is there a way I can move my system and home folders (
Data
andOS
?) to the same directory? - If not, is there another easy way to get C++ 11?