-
Notifications
You must be signed in to change notification settings - Fork 223
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chore/switch pip plugin reference to python (#2265)
## Summary Remove pip plugin and use Python plugin. ## How was it tested? `devbox run lint` `devbox run test` `go mod tidy` `devbox shell` testing new python plugin (`cp plugins/python.json plugins/plugin.json` and add `"include": ["path:./plugins/"],` to devbox.json. Though this is the output I got (not the Poetry message): ``` devbox % ./dist/devbox shell Info: Ensuring packages are installed. ✓ Computed the Devbox environment. Starting a devbox shell... Virtual environment directory doesn't exist. Creating new one... Poetry could not find a pyproject.toml file in /Users/dj_goku/dev/github/djgoku/devbox or its parents ``` --------- Co-authored-by: John Lago <750845+Lagoja@users.noreply.github.com>
- Loading branch information
Showing
4 changed files
with
4 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.