The Complete Guide to Python Virtual Environments!

The Complete Guide to Python Virtual Environments!

teclado

3 года назад

325,480 Просмотров

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


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

@auchucknorris
@auchucknorris - 28.12.2023 03:45

my dude typing chdir instead of cd XD

Ответить
@eleet321
@eleet321 - 15.12.2023 17:34

This was the best crash course on virtual environments I've seen. The diagrams are crystal clear and your pace is amazing. Thank you!

Ответить
@hunterdean1562
@hunterdean1562 - 07.12.2023 08:18

smashin the like button dude, best video ive seen on this and im finally understanding after years!! thank you!!

Ответить
@finixik
@finixik - 16.11.2023 13:08

Excellent video. I am really grateful for this dose of knowledge.

Ответить
@abhinavaman8008
@abhinavaman8008 - 13.11.2023 10:22

Thank you buddy

Ответить
@AhmedAli-uj2js
@AhmedAli-uj2js - 11.11.2023 15:04

Great Explanation, I have ever perceived

Ответить
@alexandrea3222
@alexandrea3222 - 22.10.2023 20:19

Super clear and useful!!! Thanks a lot

Ответить
@josefhermann8101
@josefhermann8101 - 18.10.2023 22:35

helped me so much!

Ответить
@scottyd84
@scottyd84 - 17.10.2023 18:38

Excellent, thank you

Ответить
@KovuTheGreat
@KovuTheGreat - 07.10.2023 14:16

I once again can not get pass 5m of a coding video, and we arent even programming. Bro its been six months

Ответить
@viktorilienko1509
@viktorilienko1509 - 07.10.2023 09:42

Great video, thank you for the explanation.
The video after all could be shortened to 2 steps (let it be a cheatsheet for me and others):
1) run C:\python\Python_3.6.4\python.exe -m venv .env
2) run 'activate.bat', for example, C:\Projects\Learning\Python\python_automation_mentoring\sandbox\pytest_example\.env\Scripts\activate.bat

Ответить
@khomo12
@khomo12 - 04.10.2023 23:13

Very nice! Thank you!👍👍👍

Ответить
@felipica
@felipica - 03.10.2023 17:35

thank u for the video. ive learnd a lot from this, mainly about path

Ответить
@igordeoliveirabarrosfaluhe6350
@igordeoliveirabarrosfaluhe6350 - 29.09.2023 07:49

Thanks a lot, man
🤩🤩

Ответить
@polinat1158
@polinat1158 - 22.09.2023 12:31

I wish you know how long I had been searching for this explanation... I used to work with suffering of misunderstanding

Ответить
@abubakrmughal5938
@abubakrmughal5938 - 21.09.2023 04:02

I love you! Thanks

Ответить
@seanleeduncan
@seanleeduncan - 15.09.2023 20:47

Thanks! Subbed 😊

Ответить
@CodingSquid
@CodingSquid - 31.08.2023 02:07

Nicely done. Just finished your WSL2 class on another training web site. Virtual Environments are a mystery no more, Thanks

Ответить
@designer5445
@designer5445 - 22.08.2023 15:12

incredible tutorial,thanks a lot 🙏

Ответить
@tronlands
@tronlands - 14.08.2023 12:03

Thank you, very useful!

Ответить
@dcdales
@dcdales - 13.08.2023 22:45

Semver in Python - so much more intuitive than JS. Thank you, Python!

Ответить
@Weaver0x00
@Weaver0x00 - 07.08.2023 16:15

Did anyone ever actually encounter a problem where they absolutely had to use different versions of the same library in different projects? Or is virtualenv just some prepper-mindset tool that nobody actually has a use case for? old code is vulnerable code, you should avoid using outdated libraries in the first place. second, if a library takes such a drastic turn that your code stops working, maybe let the author of it know that he's not being very smart about the way he handles code writing? third, if you structure your projects in a way that doesn't allow modularity and adjustment of parts of the code to work with newer versions of libraries, maybe you need to take a long hard look at your coding skills and philosophy?

Ответить
@dougwan8150
@dougwan8150 - 06.08.2023 03:33

Great video! Thank you very much.

Ответить
@diegomedina2359
@diegomedina2359 - 03.08.2023 17:44

what happend if you install a library without creating an env? where the librarie goes and then from where the code is read?

Ответить
@mariacamila8018
@mariacamila8018 - 03.08.2023 02:03

por un momento pensé que el vídeo sería en español

Ответить
@facundonieto1598
@facundonieto1598 - 26.07.2023 15:57

excelent video

Ответить
@muradmarvin2510
@muradmarvin2510 - 21.07.2023 13:48

wonderful explanation of Venv and LIBDADies

Ответить
@knowlife4486
@knowlife4486 - 12.07.2023 19:21

Thank you !!!! , i learned a lot

Ответить
@ivanxdxd
@ivanxdxd - 12.07.2023 18:58

This is ridiculous. Tha't what happens when a programming language is developed by hobbyist and amateurs.

Ответить
@manudewi
@manudewi - 12.07.2023 17:53

Thank you so so much, this was the best, concise, follow along video to me. It freed me from my virtual environment blockade. Gracias 🙏

Ответить
@gianlucatioli6766
@gianlucatioli6766 - 07.07.2023 06:41

Incredible and Godsent video. I'am new with package installation and I was so nervous because I had absolutely no idea as to what exactly to do with virtual environment. Now, I've hit the ground running with virtual environments and some other important stuff! Much appreciated Jose!

Ответить
@x_flies
@x_flies - 24.06.2023 19:25

Btw, “chdir” and “cd” are the same thing, in case anyone wondered.

Ответить
@pablomunsey
@pablomunsey - 20.06.2023 00:52

Great presentation. Short but sufficiently detailed. Well done!

Ответить
@globglob3d
@globglob3d - 16.06.2023 15:15

Why is it so manual though? Like you literally copying the path to the python version you want, doing everything in cmd, etc. Isn't there a better way? This is so time consuming.

Ответить
@patmaloyan620
@patmaloyan620 - 14.06.2023 00:06

great vid, well detailed and learned even more than just venv. Detail helped me get better grasp of how windows os and py work.

Ответить
@subhranshudas8862
@subhranshudas8862 - 12.06.2023 16:57

Does Python has anything like NPM in JS land?
--automatically add packages (+versions) to the requirements.txt file when i install something new?

Besides that question, it was an awesome explanation for the topic.

Ответить
@seanshimon
@seanshimon - 12.06.2023 11:49

What is the connection between the Python project to the Virtual Env. folder ?

Ответить
@Sylfa
@Sylfa - 11.06.2023 13:55

A tip for figuring out which version the command prompt is finding is to run the command: where python
It'll return each python.exe it finds in the path in the order it would execute them, so the first line returned is the one that will run when you execute python. And now you know which folder will be the first valid python folder in your path.

Ответить
@jakuwoks
@jakuwoks - 09.06.2023 23:07

Really good tutorial!

Ответить
@carloseduardogomezlozano491
@carloseduardogomezlozano491 - 04.06.2023 17:58

Muy completo con una sola tabla, tiene buen manejo con python. Gracias por compartir conocimiento

Ответить
@MrMenace3210
@MrMenace3210 - 04.06.2023 14:56

Is the Virtual Environment a folder?

Ответить
@martinvergaravargas4301
@martinvergaravargas4301 - 02.06.2023 03:39

how do I turn off the virtual environment?

Ответить
@jdoe4548
@jdoe4548 - 19.05.2023 20:56

thank you

Ответить
@chasebledsoe7449
@chasebledsoe7449 - 18.05.2023 19:22

Best coding tutorial video I have ever watched. Super high quality, incredibly clear

Ответить
@MrPatrickbuit
@MrPatrickbuit - 17.05.2023 23:36

I love how you explain not just how to set up a virtual environment, but also why we do it. Great stuff :)

Ответить
@nayan7065
@nayan7065 - 17.05.2023 19:58

Most needed video. Good explaination

Ответить
@Uhtredrag1080
@Uhtredrag1080 - 12.05.2023 05:18

what were you using to do all this. What's that program that has import in purple. I thought it was IDLE python but mine looks nothing like that.

Ответить
@elos8956
@elos8956 - 09.05.2023 22:51

Damn, this Video was great!!!

Ответить
@djryanashton
@djryanashton - 06.05.2023 05:18

Excellent tutorial and understanding. Thanks.

Ответить