<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Developer Tools on Salar Rahmanian</title><link>https://www.softinio.com/categories/developer-tools/</link><description>Recent content in Developer Tools on Salar Rahmanian</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sat, 16 Feb 2019 18:30:40 -0700</lastBuildDate><atom:link href="https://www.softinio.com/categories/developer-tools/index.xml" rel="self" type="application/rss+xml"/><item><title>Moving from Homebrew to Nix Package Manager</title><link>https://www.softinio.com/post/moving-from-homebrew-to-nix-package-manager/</link><pubDate>Sat, 16 Feb 2019 18:30:40 -0700</pubDate><guid>https://www.softinio.com/post/moving-from-homebrew-to-nix-package-manager/</guid><description>&lt;p&gt;As all my friends, colleagues and followers know I am very big on functional programming, so when I heard about nixOS and the nix package manager (A Purely Functional package manager) I really wanted to find out more about it.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Quote from&lt;/strong&gt; &lt;a href="https://nixos.org/nix/"&gt;Nix&lt;/a&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Nix is a powerful package manager for Linux and other Unix systems that makes package management reliable and reproducible. It provides atomic upgrades and rollbacks, side-by-side installation of multiple versions of a package, multi-user package management and easy setup of build environments.&lt;/p&gt;</description></item><item><title>Using pyenv for Python projects</title><link>https://www.softinio.com/post/using-pyenv-for-python-projects/</link><pubDate>Mon, 13 Apr 2015 09:06:03 -0500</pubDate><guid>https://www.softinio.com/post/using-pyenv-for-python-projects/</guid><description>&lt;p&gt;Using &lt;a href="https://github.com/yyuu/pyenv"&gt;pyenv&lt;/a&gt; to manage your virtual environments makes working on multiple projects, each using a different version of python a breeze.&lt;/p&gt;
&lt;p&gt;I do all my development on an Apple Macbook running Yosemite and my production environment is a VPS from &lt;a href="https://www.linode.com"&gt;Linode&lt;/a&gt; running &lt;a href="https://www.centos.org"&gt;CentOS 7&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Here some simple notes on how I setup and use &lt;a href="https://github.com/yyuu/pyenv"&gt;pyenv&lt;/a&gt; :&lt;/p&gt;
&lt;h2 id="installing-on-mac-os-x"&gt;Installing on Mac OS X&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Install using &lt;a href="http://brew.sh"&gt;homebrew&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;brew install pyenv pyenv-virtualenv
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;Update your shell profile (.bashrc or .zshrc) adding the following to it (and restart your terminal)&lt;/strong&gt;&lt;/p&gt;</description></item></channel></rss>