Skip to content

Add support for bare pip install / mamba install without % or ! prefix#205

Merged
martinRenou merged 3 commits intomainfrom
copilot/add-pip-mamba-install-support
Feb 26, 2026
Merged

Add support for bare pip install / mamba install without % or ! prefix#205
martinRenou merged 3 commits intomainfrom
copilot/add-pip-mamba-install-support

Conversation

Copy link
Contributor

Copilot AI commented Feb 26, 2026

  • Modify packages/mambajs-core/src/parser.ts to support bare commands (pip install, mamba install) without % or ! prefix
  • Add unittests/tests/parser/test-parse-bare.ts with tests for the new bare command functionality
  • Build and test changes (all parser tests pass)
  • Revert yarn.lock to original state
Original prompt

This section details on the original issue you should resolve

<issue_title>Add support for pip install and mamba install without percentage/exclamation mark</issue_title>
<issue_description>The parser should support direct call to pip install or mamba install without percentage or exclamation mark, as IPython allows it.</issue_description>

Comments on the Issue (you are @copilot in this section)


🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Copilot AI changed the title [WIP] Add support for pip install and mamba install commands Add support for bare pip install / mamba install without % or ! prefix Feb 26, 2026
@martinRenou
Copy link
Member

@copilot undo the changes on the yarn.lock

Copy link
Contributor Author

Copilot AI commented Feb 26, 2026

@copilot undo the changes on the yarn.lock

Done — yarn.lock has been reverted to its original state in commit 25c140c.

@martinRenou martinRenou marked this pull request as ready for review February 26, 2026 15:30
@martinRenou martinRenou merged commit af089ca into main Feb 26, 2026
6 checks passed
@martinRenou martinRenou deleted the copilot/add-pip-mamba-install-support branch February 26, 2026 15:31
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 this pull request may close these issues.

Add support for pip install and mamba install without percentage/exclamation mark

2 participants