emacs/var/elfeed/db/data/c0/c079fa262e5ed4c8e81e5b0b1c8f46665b451ec3
2022-01-03 12:49:32 -06:00

1 line
1.4 KiB
Plaintext

<!-- SC_OFF --><div class="md"><p>I recently reran into guix and it finally clicked with me, and I&#39;m looking for a way to ease it into my workflow. I use conda a lot for Python virtual environments so I thought replacing it would be a good entry point.</p> <p>So far I have this as a minimal manifest.scm:</p> <p>```</p> <p>(</p> <p>specifications-&gt;manifest</p> <p>&#39;(&quot;python-numpy&quot; &quot;python&quot; &quot;python-pip&quot;)</p> <p>)</p> <p>```</p> <p>And I invoke it with this:</p> <p><code> guix environment --ad-hoc --manifest=manifest.scm --container </code></p> <p>The first thing that I&#39;m missing from conda is saved environments. </p> <ul> <li><p>Can I save this guix environment and then load it again without having to reinstall everything from the manifest file? </p></li> <li><p>How do I add all the normal bash commands (ls, pwd, etc.) into the environment?</p></li> <li><p>Why is there a single quote before listing the packages?</p></li> </ul> <p>Thanks in advance.</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/santeryl"> /u/santeryl </a> <br/> <span><a href="https://www.reddit.com/r/GUIX/comments/r0b5qd/setup_guix_as_a_conda_replacement_for_python/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/GUIX/comments/r0b5qd/setup_guix_as_a_conda_replacement_for_python/">[comments]</a></span>