From d496739038fffcd7bd324622fd9a5d0b45c6190c Mon Sep 17 00:00:00 2001 From: Dijana Pavlovic Date: Thu, 11 Jan 2024 09:55:45 -0800 Subject: [PATCH] Use updated python version in virtual env --- docs/guides/contributing/code.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/contributing/code.rst b/docs/guides/contributing/code.rst index b80b9dea592..842505c9710 100644 --- a/docs/guides/contributing/code.rst +++ b/docs/guides/contributing/code.rst @@ -72,11 +72,11 @@ Python "venv" with all dependencies and commands installed into it. $ git clone --recursive https://github.com/edgedb/edgedb.git -#. Create a Python 3.10 virtual environment and activate it: +#. Create a Python 3.11 virtual environment and activate it: .. code-block:: bash - $ python3.10 -m venv edgedb-dev + $ python3.11 -m venv edgedb-dev $ source edgedb-dev/bin/activate #. Build edgedb (the build will take a while):