Learnings
New Learning
About The App
Hire Me
Writing Samples
Edit Learning
Title
Body
Context: `rbenv exec bin/dev` failed initially. I ran the command from the wrong directory (`ruby-app-37s` instead of `til_tracker`) and `bin/dev` potentially lacked execute permissions. Resolution: I added execute permissions (`chmod +x til_tracker/bin/dev`), changed to the `til_tracker` directory, and reran `rbenv exec bin/dev`. Learning: I learned to ensure scripts have necessary execute permissions (`+x`) and are executed from the correct working directory relative to the project structure (`pwd`).
Learned on (YYYY-MM-DD)
Tags
Add comma-separated tags. They help filter learnings later.
Back to Learnings