mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Update to venv.pip_install_and_link in doc
`venv.link_scripts(bin) { venv.pip_install buildpath }` is now `venv.pip_install_and_link buildpath`
This commit is contained in:
parent
459fef3b09
commit
43e38dfc01
@ -143,7 +143,7 @@ def install
|
||||
%w[six parsedatetime].each do |r|
|
||||
venv.pip_install resource(r)
|
||||
end
|
||||
venv.link_scripts(bin) { venv.pip_install buildpath }
|
||||
venv.pip_install_and_link buildpath
|
||||
end
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user