Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Title: Simple Python Virtual Environments: Linux and Mac
Date: 2025-01-30 17:32
Category: AI in Practice
Tags: python, virtual environments
Tags: python, virtual environments, best practices
Slug: simple-python-virtual-environments-linux-mac
Description: In this guide, you will learn why Python virtual environments are important and how to create and manage them.
Summary: Python is the most widely used programming language for projects involving artificial intelligence and machine learning. But regardless of what you use Python for, virtual environments are critical to essentially all development workflows. In this guide, you will learn why virtual environments are important and how to create and manage them.
Expand Down Expand Up @@ -136,7 +136,7 @@ As far as I know, Fish (Friendly Interactive Shell) does not ship as the default

If you are not using Fish, please skip this section.

If you have Fish 3.2.0 or newer, execute this interactively::
If you have Fish 3.2.0 or newer, execute this interactively:

```bash
set -Ux PYENV_ROOT $HOME/.pyenv
Expand Down