From f22500f69fe57453cd6b75edd3094c58c8a326ff Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Tue, 29 Jun 2021 18:30:39 +0200 Subject: [PATCH] I sometime enjoy installing someting in ~/.local/ like jedi server. --- .bashrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/.bashrc b/.bashrc index 4e1958d..55f1940 100644 --- a/.bashrc +++ b/.bashrc @@ -129,8 +129,6 @@ venv() # python -m pip install --upgrade --pre black jedi wheel pip } -export PIP_REQUIRE_VIRTUALENV=1 - dotfiles() { local CLONE="$HOME/.config/dotfiles-repo/"