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.6K 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·286 readspyenv
David Montesdeocablog.davidmontesdeoca.es·Apr 24, 2023The one with a version manager in PythonPython is a programming language that I have worked with several times throughout my career, but, believe it or not, I have never needed to use a version manager that would allow me to handle multiple versions of that language at the same time. Howev...Discuss·44 readsPython
Roylan Suarez Reyesroylans.dev·Sep 3, 2022Crear un entorno virtual en Python utilizando Pyenv👋 Hola. Después de casi un año sin publicar en el blog quiero retomarlo nuevamente y compartir con ustedes principalmente temas de desarrollo web que es lo que realmente me apasiona. Hoy les voy a compartir como crear un entorno virtual de Python ut...Discuss·2 likes·6.1K readsPython