Re: Having issues with dependencies and virtual environments when I run pipenv lock and when I try to install django using this command.

2018-07-17 Thread Demayne Collins
Got it. That looked like it worked. Thanks again... r, Demayne On Tue, Jul 17, 2018 at 12:04 PM MTS BOUR wrote: > Stackoverflow is your friend > > > https://stackoverflow.com/questions/51201018/pipenv-not-recognizing-pyenv-version > > Pipenv is doesn't automatically use the same Python version

Re: Having issues with dependencies and virtual environments when I run pipenv lock and when I try to install django using this command.

2018-07-17 Thread MTS BOUR
Stackoverflow is your friend https://stackoverflow.com/questions/51201018/pipenv-not-recognizing-pyenv-version Pipenv is doesn't automatically use the same Python version unless you tell it to do that. You can either tell Pipenv to use a specific Python version, like pipenv install --python 3.7

Having issues with dependencies and virtual environments when I run pipenv lock and when I try to install django using this command.

2018-07-17 Thread Demayne Collins
I am basically trying to use this tutorial but I having issues with python 3.6 and 3.7 and the pipenv command in general. Any assistance would help. here is the error info below. (revdjangoenv) C:\Users\Demayne Collins\Desktop\pages\pages_project>pipenv lock Warning: Your Pipfile requires pytho