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
[virtenv] Create symlinks for support dirs, move wrappers to a subdir. (#852)
## Summary
This creates symlinks for all dirs in profile dir except `bin` (because
that has wrappers). Also moved bin dir from
`.devbox/virtenv/bin` to `.devbox/virtenv/.wrappers/bin`
and all support symlinks are in `.devbox/virtenv/.wrappers`. This
ensures we can't have collisions with plugin data which is stored in
`.devbox/virtenv/[plugin-name]`
This fixes#851
## How was it tested?
```
devbox shell
ls -al .devbox/virtenv
ls -al .devbox/virtenv/.wrappers
which go
```
Also tested mariadb example
0 commit comments