Priti Solankicuriousmind.hashnode.dev·Feb 6, 2025Common Mistakes and Fixes for Installing Python EnvironmentsI am learning about Agentic AI, Today I finished my implementation of crewAI. CrewAI is framework for developing the agent which without human intervention are executing the task. When you are coming back to development after long time python environ...installation-error
Agee Aondodyagee.hashnode.dev·Jan 24, 2025Python: Easily Manage Multiple Versions on UbuntuNever delete or replace the default Python version installed in Ubuntu- and if there’s no special need; just make use of the default version. Out of the box, ubuntu comes with a lower release of python pre-installed, this is in order to have a sta...Setting up Ubuntu for Software DevelopmentUbuntu Tips
ZamaaNzamaan.hashnode.dev·Dec 29, 2024How to Perfectly Manage Python Virtual Environments with Pyenv and DirenvManaging Python environments can be a headache, especially when working across multiple projects or handling various Python versions. But with the right tools, this process can become seamless and effortless. Enter Pyenv, Pyenv-Virtualenv, and Direnv...44 readsPython
Pedro Henriquepedrohcs.hashnode.dev·Nov 17, 2024How To Create A Safe Virtual Environment To Work On Python ProjectsThink that as a developer you are working on some Python projects, each one with their dependencies and packages. If in these projects there are different versions of the same packages or dependencies or even if they use different Python versions you...59 readsPython
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...62 readsWSL
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...3.8K readsPython
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...Techversion-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-1692f837d2e0Python
pDamascenoforAutoNetOpsautonetops.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...37 readsPython FundamentalsPython
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,...36 readsNode.js