Home Brew on MacOS
- it gets installed in /opt/homebrew
- git goes in /usr/bin/git
- /user/< user >/.zprofile
- /user/< user >/anaconda3
- use following commands to refresh ur terminal
- source ~/.zshrc
- https://www.anaconda.com/docs/getting-started/anaconda/install#mac-os-command-line-installer
- conda env create -f environment.yml
- this will create a full data science env
- this is called "solving environment"
Mac Shortcuts
- command + space = spotlight search
Python
Support for password was removed on Aug 13, 2021
https://www.youtube.com/watch?v=ePCBuIQJAUc
Comments
Post a Comment