How to Use Pyenv and Pyenv-Virtualenv

In this blog post, we will discuss how to use pyenv and pyenv-virtualenv, two powerful tools that can help you manage multiple Python versions and virtual environments with ease. We will cover installation instructions for various platforms, such as Mac and Linux, and discuss the most frequently used features of these tools. By the end, you’ll have a solid understanding of how to use these tools effectively in your development workflow....

March 16, 2023 · 3 min · Juhyun Lee

Managing Multiple Ruby Environments with rbenv

Ruby developers often need to work with multiple projects, each with its own specific version requirements. The need for a versatile and easy-to-use version manager is crucial. In this blog post, we will discuss rbenv, a popular Ruby environment manager that provides an elegant solution to this problem. We’ll go over the most-used features, installation instructions for various platforms, and wrap up with a conclusion. I. Overview rbenv is a lightweight Ruby version management tool that allows you to switch between different Ruby versions on a per-project basis or globally on your system....

March 15, 2023 · 3 min · Juhyun Lee