From b0cf3d7211981ccaf62e663d2930bfd4276104e9 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 17 Nov 2021 21:28:29 +0300 Subject: [PATCH] Different youtube-related venv --- youtube-dl/bin/yt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/youtube-dl/bin/yt b/youtube-dl/bin/yt index 7cd5372..01a2af0 100755 --- a/youtube-dl/bin/yt +++ b/youtube-dl/bin/yt @@ -1,5 +1,4 @@ #!/usr/local/bin/zsh -. /usr/local/bin/virtualenvwrapper.sh -workon youtube +. ~/work/youtube-venv/bin/activate yt-dlp --config-location ~/.youtube-dl.conf $@ -- 2.44.0