From 8d2a513945a1f2eb02833a16afe634ee58a7cc00 Mon Sep 17 00:00:00 2001 From: Domenico Testa Date: Sun, 22 Nov 2020 11:00:35 +0100 Subject: [PATCH] Removing unneded file --- source.bat | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 source.bat diff --git a/source.bat b/source.bat deleted file mode 100644 index 8f57442..0000000 --- a/source.bat +++ /dev/null @@ -1,13 +0,0 @@ -@echo off - -rem The sole purpose of this script is to make the command -rem -rem source .env/bin/activate -rem -rem (which activates a Python virtualenv on Linux or Mac OS X) work on Windows. -rem On Windows, this command just runs this batch file (the argument is ignored). -rem -rem Now we don't need to document a Windows command for activating a virtualenv. - -echo Executing .env\Scripts\activate.bat for you -.env\Scripts\activate.bat