mirror of
https://github.com/RubyMetric/chsrc.git
synced 2025-01-23 04:51:02 +08:00
Note for poetry
This commit is contained in:
parent
d17ad2b464
commit
bec91592ef
|
@ -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
|
||||||
|
|
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user