Note for poetry

This commit is contained in:
Aoran Zeng 2024-08-08 19:13:44 +08:00
parent d17ad2b464
commit bec91592ef
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98
2 changed files with 3 additions and 4 deletions

View File

@ -166,8 +166,8 @@ chsrc set -local pdm
```bash ```bash
chsrc set ruby 或 set gem chsrc set ruby 或 set gem
chsrc set python 或 set pip / pdm # 同时换pip和pdm chsrc set python 或 set pip / poetry / pdm # 同时换pip、poetry pdm 这3个
chsrc set node 或 set npm / nodejs / yarn / pnpm # 同时换3个 chsrc set node 或 set npm / nodejs / yarn / pnpm # 同时换3个
chsrc set perl 或 set cpan chsrc set perl 或 set cpan
chsrc set php 或 set composer chsrc set php 或 set composer
chsrc set lua 或 set luarocks chsrc set lua 或 set luarocks

View File

@ -6,7 +6,6 @@
* Last modified : <2024-08-08> * Last modified : <2024-08-08>
* ------------------------------------------------------------*/ * ------------------------------------------------------------*/
#include "xy.h"
/** /**
* 2024-05-24 * 2024-05-24
@ -110,7 +109,7 @@ pl_python_setsrc (char *option)
bool pdm_exist = false, bool pdm_exist = false,
poetry_exist = false, poetry_exist = false,
uv_exist = false; uv_exist = false; // 2024-08-08: uv 似乎暂时没有实现该功能
pl_python_check_cmd (&prog, &poetry_exist, &pdm_exist); pl_python_check_cmd (&prog, &poetry_exist, &pdm_exist);