Skip to content

Commit d69d640

Browse files
committed
Removing pip plugin since it was not used.
``` % devbox add pip Error: Package pip not found ``` we also moved `venvShellHook.sh` to a python directory.
1 parent 6df893a commit d69d640

File tree

3 files changed

+1
-17
lines changed

3 files changed

+1
-17
lines changed

plugins/pip.json

Lines changed: 0 additions & 16 deletions
This file was deleted.

plugins/python.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"VENV_DIR": "{{ .DevboxProjectDir }}/.venv"
77
},
88
"create_files": {
9-
"{{ .Virtenv }}/bin/venvShellHook.sh": "pip/venvShellHook.sh"
9+
"{{ .Virtenv }}/bin/venvShellHook.sh": "python/venvShellHook.sh"
1010
},
1111
"shell": {
1212
"init_hook": ["{{ .Virtenv }}/bin/venvShellHook.sh"]
File renamed without changes.

0 commit comments

Comments
 (0)