mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-11-12 12:13:15 -06:00
chore: some cleanup
This commit is contained in:
parent
726cef3092
commit
96eb08af6a
1 changed files with 0 additions and 4 deletions
|
@ -1033,7 +1033,6 @@ class ViVenv:
|
|||
self.ensure()
|
||||
self.touch()
|
||||
|
||||
# TODO: get username for directories below
|
||||
try:
|
||||
if self.loaded or keep or run_mode == "persist":
|
||||
common()
|
||||
|
@ -1514,9 +1513,7 @@ class Viv:
|
|||
|
||||
vivenv = self._match_vivenv(vivenv_id)
|
||||
bin = vivenv.path / "bin" / cmd
|
||||
|
||||
vivenv.bin_exists(bin.name)
|
||||
|
||||
full_cmd = [str(bin), *rest]
|
||||
|
||||
# TODO: use subprocess_run_quit
|
||||
|
@ -1988,7 +1985,6 @@ class Cli:
|
|||
"list",
|
||||
"shim",
|
||||
"run",
|
||||
# "exe",
|
||||
"env",
|
||||
"freeze",
|
||||
"manage",
|
||||
|
|
Loading…
Reference in a new issue