Nik Hamidihamididev.hashnode.dev·Sep 23, 2024WSL Setup ( Ubuntu + ZSH + Pyenv)Introduction In this article, we’ll walk you through setting up WSL (Windows Subsystem for Linux) with Ubuntu, ZSH, and Pyenv. Whether you’re a software developer, data scientist, or just someone who prefers working in a Linux environment but needs t...DiscussWSL
Tony Kipkemboithedataengineerblog.com·Sep 19, 2024How to Install and Set the Latest Python Version as Default on macOS Sequoia and SonomaIf you're a Mac user struggling to install the latest Python version and make it your system's default, here is an easy to follow solution for you. Managing multiple Python versions on macOS can be a bit tricky, especially when you need the latest f...DiscussPython
Aditya Mohanwww.adityamohan.me·Aug 19, 2024Why You Should Use Version Managers for Different Packages and Languages?Hey there, coding superstar! You’re probably juggling more projects than a caffeinated circus clown, right? And if you’re anything like me, you like to keep things smooth, stylish, and a little bit sarcastic. So, let’s talk about something that'll ma...DiscussTechversion-manager
Temuneltemunel.hashnode.dev·Jun 25, 2024How To Manage Multiple Python Versions? — Try pyenv Today!https://medium.com/@temunel/how-to-manage-multiple-python-versions-try-pyenv-today-1692f837d2e0DiscussPython
Pedro Dautonetops.com·Jun 5, 2024Python Virtual EnvironmentThe tools we are going to use are: VENV and PYENV venv: Python 3.3 and subsequent versions include a built-in module called venv that enables the creation of virtual environments. It establishes a fresh and unique Python environment, allowing for the...DiscussPython Useful Tips and TricksPython
Artur Bednarczykblog.isur.dev·May 19, 2024Simplify Version Management: Switching from NVM and Pyenv to ProtoContext When you are working on just one project, you probably don't need to worry about installing different versions of languages and tools on your machine. But if you are working on multiple projects, some of them might require different versions,...Discuss·29 readsNode.js
Osaf Ali Sayedosafalisayed.com·Mar 10, 2024Getting over different Python versions using pyenvIf you are an open-source contributor working with technologies such as Django, Flask, Python, etc then you know how tedious it gets to manage different Python versions. Every time you need to replicate some issue you will need to set up the environm...Discuss·1 likePython
Anik Dasanikdas.dev·Sep 28, 2023Modern Python Environments for DevelopmentPython installation is often the starting point for many, and it's usually done by downloading Python from the official website, python.org. This is how most of us embark on our Python journey. However, it's worth noting that Python versions are freq...Discuss·2 likes·73 readsPython
Han Jungjungsterhan.hashnode.dev·Jun 20, 2023NVM install, changing Python version for Node.js configureThe message you ran into: Node.js configure: Found Python 3.11.4... Please use python3.9 or python3.8 or python3.7 or python3.6 or python3.5 or python2.7. Solution: # install pyenv if you don't have it and an approved version $ pyenv install 3.9 $ ...Discuss·2.7K readsNode.js
Bohdan Vanieievwarchantua.hashnode.dev·May 3, 2023How to use tox 4 with pyenv and poetry?If you're a Python developer who uses tox, pyenv, and poetry in your projects, you may have encountered an issue when trying to use tox>=4, tox-pyenv>=1.1.0, and pyenv-win>=3.1.1 (or the Linux version of pyenv) together. This issue is caused by tox 4...Discuss·302 readspyenv