Installing berrybrew will have no impact at all on the installation of any existing software (including Perl installations).

It manages instances of its own portable Strawberry Perls, each which are fully contained within their own directories, and are stored and operated out of a location far away from any other software.

If you install and switch to a new Perl using berrybrew switch, then the Perl you've switched to will become the one in use on the system via the PATH environment variable, but you can disable it very quickly with the berrybrew off command to go back to using your previously installed (aka "system") version.

Recently, I added the berrybrew virtual command, so that berrybrew can allow you to add your existing Perls to berrybrew so you can use its switch and use commands with them directly as well (again though, it does NOT touch those installations; it essentially just updates a JSON file with the path information of it).

I've been working very hard on the next version which will have an even more robust installer system than I have now, and it'll also include a Windows System Tray icon allowing one to switch between Perls within the UI, and eventually provide UI widgets for most of the berrybrew operations, and the ability at install time to choose where you want the Perl installation root directory be placed (currently it defaults to C:\berrybrew with an obscure way to change it if wanted).

One more significant addition to my last version is the introduction of the berrybrew-refresh command. Run it after you've used berrybrew switch to switch to a different version, which keeps you from having to close the existing CMD window and open a new one.

Version 1.30 will be released just before Christmas as a Happy Holidays gift to all of the Windows Perl developers out there (interestingly enough, I'm not one of them... I develop the software in a language I have no other use for, for users on a platform I don't even work on myself) :)


In reply to Re^2: New berrybrew installer; Looking for testers by stevieb
in thread New berrybrew installer; Looking for testers by stevieb

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.