virtualenv on davidchua https://dchua.com/tags/virtualenv/ Recent content in virtualenv on davidchua Hugo -- gohugo.io en-us Sun, 27 Mar 2016 13:10:46 +0800 Running virtualenvwrapper with pyenv https://dchua.com/posts/2016-03-27-running-virtualenvwrapper-with-pyenv/ Sun, 27 Mar 2016 13:10:46 +0800 https://dchua.com/posts/2016-03-27-running-virtualenvwrapper-with-pyenv/ Virtualenvwrapper is a great way to manage your different python package environment. How would you then manage the different package environment ontop of your different python environments? Pyenv-virtualenvwrapper attempts to answer that question by allowing your virtualenvwrapper to be used in conjunction with your pyenv. If you don’t have virtualenvwrapper or virtualenv installed, don’t fret, you can still follow the tutorial, pyenv-virtualenvwrapper would install all the necessary dependencies. Prerequisite: Have Pyenv installed Installation Installation is pretty quick, just do a simple: