1 line
1.4 KiB
Plaintext
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'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->manifest</p> <p>'("python-numpy" "python" "python-pip")</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'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 -->   submitted by   <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>   <span><a href="https://www.reddit.com/r/GUIX/comments/r0b5qd/setup_guix_as_a_conda_replacement_for_python/">[comments]</a></span> |