From 826445d655010b841edfc6b57d3a1da3c0cec356 Mon Sep 17 00:00:00 2001 From: "asep.komarudin" Date: Sat, 22 Jun 2024 14:44:20 +0700 Subject: [PATCH] add: create info for create python venv --- lua/plugins/python.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lua/plugins/python.lua b/lua/plugins/python.lua index 2658b06..12fc18b 100644 --- a/lua/plugins/python.lua +++ b/lua/plugins/python.lua @@ -53,6 +53,11 @@ if pcode.active_python_config then M = { -- https://github.com/nvim-neotest/neotest-python -- https://docs.pytest.org/en/7.1.x/getting-started.html + -- (di bawah ini untuk linux) + -- python3 -m venv my-virtual-env + -- sudo python3 -m venv my-virtual-env + -- . ./my-virtual-env/bin/activate + -- sudo apt-get install python3-pytest { "nvim-neotest/neotest", dependencies = {