delete 'venv.md' file
This commit is contained in:
parent
fff32beb66
commit
3340794713
1 changed files with 0 additions and 18 deletions
18
cmd/venv.md
18
cmd/venv.md
|
|
@ -1,18 +0,0 @@
|
|||
## New python project with virtual env in ZED
|
||||
|
||||
* create $PROJECT `mkdir project; cd project`
|
||||
* create `python -m venv .venv`
|
||||
* activate `source .venv/bin/activate`
|
||||
|
||||
* create pyrightconfig.json
|
||||
```json
|
||||
{
|
||||
"venvPath": ".",
|
||||
"venv": ".venv"
|
||||
}
|
||||
```
|
||||
* `pip install ...`
|
||||
* `zed .`
|
||||
|
||||
|
||||
* to quit the venv: `deactivate`
|
||||
Loading…
Add table
Reference in a new issue