# Please Help - VirutalEnv

**URL:** https://forum.codewithmosh.com/t/please-help-virutalenv/17167
**Category:** Django
**Created:** [December 22, 2022, 12:40am UTC](https://forum.codewithmosh.com/t/please-help-virutalenv/17167 "2022-12-22T00:40:05Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![s1929](https://avatars.discourse-cdn.com/v4/letter/s/919ad9/32.png) [@s1929](https://forum.codewithmosh.com/u/s1929)
#### Post date: [December 22, 2022, 12:40am UTC](https://forum.codewithmosh.com/t/please-help-virutalenv/17167/1 "2022-12-22T00:40:05Z")

</div>

![Screenshot 2022-12-22 at 12.39.29 am](https://us1.discourse-cdn.com/flex020/uploads/codewithmosh/original/2X/d/d49e5eabd6bc085414b133d56f54815de0fc9123.png)  
Whenever I try to start Mosh’s Django course and try to install Django, it gives me this message. Please can someone help? Thanks

---

<div class="post-metadata">

### Author: ![tooTALLtim](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.codewithmosh.com/tootalltim/32/5469_2.png) [@tooTALLtim](https://forum.codewithmosh.com/u/tooTALLtim)
#### Post date: [January 22, 2023, 2:53am UTC](https://forum.codewithmosh.com/t/please-help-virutalenv/17167/2 "2023-01-22T02:53:26Z")

</div>

First, don’t capitalize the “d” in “django”.

Second, were you successful in installing pipenv in the previous lesson?

Maybe try again:  
`pip3 install pipenv`

If it was successful, try running the virtual environment with:  
`pipenv shell`

and then try:  
`pipenv install django`
