Skip to content

Commit 2e29fc0

Browse files
authored
Add command to find all package versions
1 parent 3f5b42e commit 2e29fc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python/env.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ pip show ${package_name}
4343
##### 查找所有包版本
4444
```bash
4545
pip install package==
46+
pip index versions ${package_name}
4647
```
4748

4849
##### 只下载包和依赖

0 commit comments

Comments
 (0)