You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
Fixes an issue where global gems (like rails) were not included in PATH
## How was it tested?
Using the Rails example:
```
devbox shell
which rails
(should show the rails in `virtenv`)
```
0 commit comments