Python Tutorial: Pipenv - Easily Manage Packages and Virtual Environments

Python Tutorial: Pipenv - Easily Manage Packages and Virtual Environments

Corey Schafer

5 лет назад

244,078 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

chandan m
chandan m - 27.10.2023 15:20

RuntimeError: Failed to lock Pipfile.lock

hello, I am new to Django. While I was installing mysqlclient using the command Pipenv install mysqlclient, I get the error RuntimeError: Failed to lock Pipfile.lock. can you please help me out on solving this issue?

Ответить
Muhammad mtv
Muhammad mtv - 30.07.2023 13:45

When i use pipenv install command , i face locking failed
How could i fix this?

Ответить
Tamir Nitzan
Tamir Nitzan - 30.07.2023 13:00

Very good video on a very important topic, for the virtual environment in Python 👍

Ответить
Wyper
Wyper - 05.07.2023 19:53

Hey Mr. Schafer, i hope you are doing well. Thanks for all the great teachings! Plus

An updated requirements.txt file for all;
"""
Django==4.2.3
django-crispy-forms==2.0
Pillow==10.0.0
pytz==2023.3

"""

Ответить
Rajesh Jakhotia
Rajesh Jakhotia - 10.05.2023 07:10

Awesome and a very detailed explanation. Thank you.

Ответить
David Hung
David Hung - 08.05.2023 03:47

Tried pipenv --python 3.6, but seems it no long works

Ответить
Philip Orlando
Philip Orlando - 22.03.2023 06:38

Corey never disappoints! There's so much valuable information packed into this video!

Ответить
Raphael Davant
Raphael Davant - 15.03.2023 20:17

Excellent video and content! Thank you.

Ответить
Sirajudeen Samsudeen
Sirajudeen Samsudeen - 08.03.2023 09:34

excellent video - though I have used pipenv, i got to know a lot more about how it works and how to get the best out of it, especially with pipenv check and pipenv lock. Thanks for mentioning that i can use environment variables directly without having to rely on a package like python-dotenv. that is great to know

Ответить
Rodolfo Gonzalez
Rodolfo Gonzalez - 05.03.2023 05:09

Muchas gracias, demasiado bueno

Ответить
Roudra Saha
Roudra Saha - 09.02.2023 08:24

"pipenv lock -r " doesn't work

pipenv lock -r
Usage: pipenv lock [OPTIONS]
Try 'pipenv lock -h' for help.

Error: No such option: -r

Ответить
Senthil Kumaran
Senthil Kumaran - 20.10.2022 15:50

Hi Corey, Thanks for your excellent educative videos. Learning a lot from you.

Ответить
Asem
Asem - 10.10.2022 21:26

for who faced an issue during creating virtual enviroment upgrading virtual enviroment version may solve your issue, use the following command in cmd to upgrade it "python -m pip install --upgrade virtualenv"

Ответить
breadenthusiast
breadenthusiast - 10.10.2022 05:45

Thank you so much Corey! Your python videos are the absolutely best!

Ответить
Runy Calmera
Runy Calmera - 21.09.2022 21:33

Hey this has been a great video. I finally understand pipenv.

Now if I got a pipfile.lock from a course and I’m trying to run it in my new project folder and it crashes, what could be the reason of that?

When I do pipenv install I got many errors. I cannot create that environment.

Ответить
Tatiana Kulikova
Tatiana Kulikova - 13.09.2022 23:12

Super clear pipenv tutorial, the best! Thank you!

Ответить