From: Sergey Matveev Date: Wed, 17 Nov 2021 18:28:29 +0000 (+0300) Subject: Different youtube-related venv X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;ds=sidebyside;h=b0cf3d7211981ccaf62e663d2930bfd4276104e9;p=dotfiles.git Different youtube-related venv --- 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 $@