Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update behavior of inmanta module install #6717

Closed
2 tasks
wouterdb opened this issue Nov 7, 2023 · 0 comments
Closed
2 tasks

Update behavior of inmanta module install #6717

wouterdb opened this issue Nov 7, 2023 · 0 comments
Assignees

Comments

@wouterdb
Copy link
Contributor

wouterdb commented Nov 7, 2023

Temporarily blocked on the outcome of this Slack discussion

as follow up to #6655

Update the pip config used by inmanta module install to behave as follows:

  1. raise an error stating that the command is no longer supported.
  2. Offer the suggestion to run pip install -e . to install a module in development mode
  3. Offer the suggestion to run inmanta module build followed by pip install if the user really does not want an editable install.
  4. The inmanta module build command should use use-system-config=true. It is assumed safe because it only installs build dependencies.

Tasks

  • implement behavior as described above
  • update docs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants