aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Morozov <morozov-kst@yandex.ru>2023-08-23 14:33:52 +0300
committeralexv-smirnov <alex@ydb.tech>2023-08-23 15:06:03 +0300
commita524b43d2dc8c583e72e4388656fa4f3e28a6a9a (patch)
tree959d84353b40e41eccfa1dcb0e533c4a30cb981c
parent701120e5d69047d9d4bd6475b03b05c72598f236 (diff)
downloadydb-a524b43d2dc8c583e72e4388656fa4f3e28a6a9a.tar.gz
small typo in build guide
small typo in build guide Pull Request resolved: #334
-rw-r--r--BUILD.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.md b/BUILD.md
index 56d46fdaefa..34d1c1fd5af 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -31,7 +31,7 @@
```bash
apt-get install python3.8 python3.8-venv python3-venv
- python3.8 -mvnev ~/ydbwork/ve
+ python3.8 -m venv ~/ydbwork/ve
source ~/ydbwork/ve/bin/activate
pip install -U pip
```