mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +02:00
add: venv info config
This commit is contained in:
parent
826445d655
commit
ea7e0730c2
1 changed files with 8 additions and 1 deletions
|
@ -53,7 +53,14 @@ 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)
|
||||
-- (ini untuk windows)*********************************************
|
||||
-- https://stackoverflow.com/questions/17737203/python-and-virtualenv-on-windows
|
||||
-- pip install virtualenv
|
||||
-- python -m virtualenv demoEnv
|
||||
-- demoEnv\Scripts\activate
|
||||
-- deactivate
|
||||
-- (di bawah ini untuk
|
||||
-- linux)***********************************************************
|
||||
-- python3 -m venv my-virtual-env
|
||||
-- sudo python3 -m venv my-virtual-env
|
||||
-- . ./my-virtual-env/bin/activate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue