We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6df893a commit d69d640Copy full SHA for d69d640
plugins/pip.json
plugins/python.json
@@ -6,7 +6,7 @@
6
"VENV_DIR": "{{ .DevboxProjectDir }}/.venv"
7
},
8
"create_files": {
9
- "{{ .Virtenv }}/bin/venvShellHook.sh": "pip/venvShellHook.sh"
+ "{{ .Virtenv }}/bin/venvShellHook.sh": "python/venvShellHook.sh"
10
11
"shell": {
12
"init_hook": ["{{ .Virtenv }}/bin/venvShellHook.sh"]
plugins/pip/venvShellHook.sh renamed to plugins/python/venvShellHook.sh
0 commit comments