daily log
Things I did today:
- Woke up!
- Made bed!
- Started Jupyter Notebook for NLP IA Ch2.
- Applied to three jobs!
- More NLP IA Ch2 & Started NLP IA Ch3.
- Lunch with Colin
- Researching building a server
- NLPIA_CH2 – coding snippets in Jupyter
annnnd everything is messed up on my path again
This eventually solved my problem
touch .bash_profile
if no bash_profile yet
$ open ~/.bash_profile
copy pasta
PATH="/Library/Frameworks/Python.framework/Versions/3.7/bin:${PATH}"
export PATH
More resources here