install: switch from mamba init to conda init#1393
Conversation
$ mamba init bash The following arguments were not expected: bash init Run with --help for more information.
|
💖 Thanks for opening this pull request! Please check out our contributing guidelines. 💖 |
Reviewer's GuideUpdated the installation guide to reflect the correct Mamba initialization command. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Updated installation instructions to recommend mamba and corrected conda initialization command.
mamba init to conda init
|
You are right @WFFWJH that With the latest miniforge3, running Testing the recommended initiation from the miniforge readme page as |
|
🎉 🎉 🎉 Congrats on merging your first pull request! We here at behaviorbot are proud of you! 🎉 🎉 🎉 |
when I execute "mamba init bash", I got error like this:
$ mamba init bash
The following arguments were not expected: bash init Run with --help for more information.
I read "mamba -h", so I change "mamba init bash" to "mamba shell init" follow the result.
Summary by Sourcery
Documentation: