From dcb24868effd26fbad8eaf651abddd062c3f5334 Mon Sep 17 00:00:00 2001 From: Bhagyajkumar Bijukumar Date: Sat, 26 Dec 2020 20:23:08 +0530 Subject: [PATCH] The activation of virtual env on windows is 'env\Scripts\activate' it is caseinsensitive in cmd but it is case sensitive in other terminals like git bash --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a30c837e..adef14ba 100644 --- a/README.md +++ b/README.md @@ -268,7 +268,7 @@ PUSH and PULL away! ### What's next? 1. Using Heroku? Make sure you deactivate your virtualenv once you're done deploying: `deactivate` -2. Need to reactivate? (1) Unix - `source venv/bin/activate` (2) Windows - `venv\scripts\activate` +2. Need to reactivate? (1) Unix - `source venv/bin/activate` (2) Windows - `venv\Scripts\activate` 4. Add your Google Analytics ID to the *main.html* file 5. Add a domain name to [Heroku](https://devcenter.heroku.com/articles/custom-domains) or PythonAnywhere via a [CNAME](http://en.wikipedia.org/wiki/CNAME_record) record 5. DEVELOP YOUR APP - need [help](http://realpython.com)?