Skip to content

Commit 47a8a30

Browse files
authored
Fix environment variable set statement in py DEV_SETUP (#5006)
1 parent 6e7254b commit 47a8a30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/DEV_SETUP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ You can then run the following commands manually:
5858
# Install Python 3.10, 3.11, 3.12, and 3.13
5959
uv python install 3.10 3.11 3.12 3.13
6060
# Create a virtual environment with Python 3.10 (you can change this to 3.11, 3.12 or 3.13)
61-
$PYTHON_VERSION = "3.10"
61+
PYTHON_VERSION="3.10"
6262
uv venv --python $PYTHON_VERSION
6363
# Install AF and all dependencies
6464
uv sync --dev

0 commit comments

Comments
 (0)