vpip.commands.link¶
link command.
- vpip.commands.link.link_console_script(pkg)¶
Find console scripts of the package and try to link the executable to the global scripts folder.
Should be called inside a venv.
- Parameters:
pkg (str) – Package name.
- vpip.commands.link.run(ns)¶