Openscapes / teaching-learning-resources

Teaching and learning resources from the Openscapes community
4 stars 0 forks source link

Julie's Macbook setup #12

Open jules32 opened 3 years ago

jules32 commented 3 years ago

Had a new logicboard and whole harddrive was reformatted, so starting afresh:

System preferences

trackpad

general

keyboard

doc & menu bar

notifications

Safari

jules32 commented 3 years ago

R, RStudio, Git setup

Follow https://ucsb-meds.github.io/meds-install-mac.html. Exceptions:

Quarto Install

jules32 commented 3 years ago

Garrick's setup

https://twitter.com/grrrck/status/1333986413906436098

I didn't do everything listed here, but yes to these:

jules32 commented 3 years ago

1 Password

Zotero

Slack

Zoom

jules32 commented 2 years ago

Dragon Software (by Nuance) setup

I bought the Professional Individual account, learning that this can be run on a Mac using a virtual machine (blog)

From a Mac, requires Parallels and Windows. Then, move the .exe to the Local Disk C: drive (and I saved it there as well). This followed Claire G's advice on the Parallels Forum about the Download Manager hanging for hours and hours when I double-clicked the .exe from the Mac's Downloads folder

(update: I returned it and started investing the time into physical therapy and strength building for my arms/RSI)

jules32 commented 7 months ago

Mac OS Sonoma 14.2.1 - need to install XCode

TL;DR:

xcode-select --install

The story

Last week I upgraded to OS Sonoma. Today when I opened RStudio, there was no "Git" tab. In the terminal, git status errored:

git status
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun

I googled the error message, found the solution here: https://forums.developer.apple.com/forums/thread/673827

So in the terminal, I typed: xcode-select --install. It cryptically returned xcode-select: note: install requested for command line developer tools. I typed it again. Same cryptic message. Using the keyboard shortcut command-tab I noticed an unfamiliar application was open, some kind of installer. I looked it it - it was a dialog box that I needed to click in order for this to fully install.

Screenshot 2024-01-21 at 13 25 59

It said it would take 47 hours to download. Then corrected to 9 minutes. When it finished, I quit RStudio, and when reopened, I had the "Git" tabs again. 😎