Тёмный

The Complete Guide to Python Virtual Environments! 

teclado
Подписаться 30 тыс.
Просмотров 322 тыс.
50% 1

What are virtual environments? Why do we use them? How do virtual environments work internally?
The answers to these questions and more in this video!
-- Links --
🐍 Our Complete Python Course: www.udemy.com/course/the-comp...
✅ Subscribe to the channel: ru-vid.com?s...
✅ Our Discord server: / discord
✅ Instagram: / tecladocode

Опубликовано:

 

12 апр 2021

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 316   
@matthewsales8983
@matthewsales8983 Год назад
This turned my learning on virtual environments from “copying” to “understanding.” It’s such a gratifying feeling. Thank you. I lost sight of what I was doing in creating virtual environments and felt lost for a few days. This was so concise and clear. Again, thank you. Subbed.
@neila880
@neila880 2 года назад
Excellect video that helped a lot. I'd just like to add; to create a requirements.txt file easily, run: pip3 freeze > requirements.txt. That will put all of the modules and versions in a file for you to edit or use to import into another virtual environment.
@shreyanshtripathi4440
@shreyanshtripathi4440 2 года назад
I couldn't have found a better tutorial to get started, its really worth watching!
@juanalvarez-perez6295
@juanalvarez-perez6295 Год назад
You have helped me so much! I was looking for a guide like this for months, after I screwed with my dependencies. I finally found this video after I thought all hope was lost. I appreciate your hard work!
@2002budokan
@2002budokan 3 года назад
Yesss! We need this kind of information. There are thousands of guys who talk about a programming language, but very few who talk about the information that enables a project to move forward, to deliver. Thanks Jose. How about a video about conda and another one to compare both?
@MrPatrickbuit
@MrPatrickbuit Год назад
I love how you explain not just how to set up a virtual environment, but also why we do it. Great stuff :)
@chasebledsoe7449
@chasebledsoe7449 Год назад
Best coding tutorial video I have ever watched. Super high quality, incredibly clear
@gianlucatioli6766
@gianlucatioli6766 11 месяцев назад
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!
@slavinamihova571
@slavinamihova571 Год назад
Great, comprehensive tutorial! I really appreciated the extra tidbits of info, such as the explanation of version numbering, too. Thank you so much!
@jackdexter3286
@jackdexter3286 2 года назад
Really clear, simple, and explains a lot of things that beginners never hear like path, creating venv with a specific python, how venv work, etc. Thx a lot
@JITCompilation
@JITCompilation 2 года назад
So when you "boot up a virtual environment", you're simply changing the system's environment variables, such as the PATH, so they point to folders in your virtual environment folder?
@sahilsagwekar
@sahilsagwekar Год назад
Thats the first part of the virtual environment. You also create a copy of the interpreter with the packages specific to the new venv
@JITCompilation
@JITCompilation Год назад
@@sahilsagwekar gotcha, thanks!
@fgaguaviva
@fgaguaviva 3 года назад
Thank you for all the content you make Jose! Having access to short video lessons of this quality is such a luck for us. By the way, I’m almost done with The Complete Python Course and I must say that it is simply amazing, congratulations for what you have achieved with that.
@tecladocode
@tecladocode 3 года назад
Thank you so much Félix! Im really happy that you’re enjoying the course! I’ll continue making short videos and series as well! 💪
@ahmedw5
@ahmedw5 2 года назад
This clarified what virtual environments are for me, thank you!
@jikkhi
@jikkhi Год назад
I can't thank you enough for explaining about virtual env in detail. This was so helpful 🙌👏
@nick8292
@nick8292 2 года назад
Thanks for the clear info. I'm a beginner and had to do a bit of Stack Overflowing to get the whole thing set up on Windows, like setting up the environment path and the execution policy. Cheers, thanks again!
@Frest99
@Frest99 Год назад
Simple and clear explanation. Now I know what i'm doing and don't just copy and paste commands. Thank you very much!
@A2ZAZZ
@A2ZAZZ 2 года назад
This is best explanation I've seen in RU-vid about this topic. Thanks !
@pablomunsey
@pablomunsey 11 месяцев назад
Great presentation. Short but sufficiently detailed. Well done!
@sumanthchippagiri1687
@sumanthchippagiri1687 2 года назад
This 15 minutes are extremely useful for absolute beginners to virtual environments. You can go ahead and watch it carefully. I thank you sir,Jose for speaking clearly each step you do .
@legends_talk1
@legends_talk1 Год назад
that was realy a helpfull video
@thalesaragao8634
@thalesaragao8634 2 года назад
Absolutely amazing work, Jose! What a great useful video! Thanks!
@ROC4Life96
@ROC4Life96 Год назад
This was perfect, clear and concise. Thank you!
@reinasama904
@reinasama904 2 года назад
I learned a lot through your video. Tremendous help and such a quality! Thank you so much.
@lennartjongen6262
@lennartjongen6262 Год назад
I used CTRL+SHIFT+C (when I opened my py script in VScode) to skip the first 3 steps. This video is amazing. Thank you so much!
@adhirdas1995
@adhirdas1995 Год назад
This video helped me a lot. Virtual environments always seemed scary to me but now I understand it.
@jonwoods6745
@jonwoods6745 2 года назад
This was a very helpful and very clear explanation. Thank you for creating this!
@fernandog5855
@fernandog5855 2 года назад
Perfect explanation! Very clear and very helpful.
@Oliver-ho4jz
@Oliver-ho4jz Год назад
Awesome video with key bits of information that I've wanted answers to for a while that are difficult questions to ask the internet!
@Sn0wwh173
@Sn0wwh173 Год назад
This was so incredibly helpful! Thanks so much!
@alexandrea3222
@alexandrea3222 7 месяцев назад
Super clear and useful!!! Thanks a lot
@manudewi
@manudewi 10 месяцев назад
Thank you so so much, this was the best, concise, follow along video to me. It freed me from my virtual environment blockade. Gracias 🙏
@Jamaipanese
@Jamaipanese Год назад
Amazing video. Simple, clear and to the point with examples. Thank you!
@xLatinAssazzin
@xLatinAssazzin Год назад
Simple my ass
@zer0sk8
@zer0sk8 Год назад
Very well explained and with a lot of details. Easy even people which are not familiar with software developing. Thanks a lot !!
@Mrnw10
@Mrnw10 Год назад
Legendary stuff mate! thank you so much for taking the time to explain!
@DDavis0226
@DDavis0226 2 года назад
Fantastic! OMG, thank you for this! It really helped me understand how it works!
@narendrakumarbalyammuralid7546
quick and straight to the concept venv, dependency management using pip
@guohaotan7617
@guohaotan7617 4 месяца назад
this really brings clarity to my understanding
@user-rt3gg3do4e
@user-rt3gg3do4e 4 месяца назад
thank you, bro! its very easy to understand, gl!
@ntoslinux
@ntoslinux Год назад
Awesome explanation. Appreciate for taking time to create it!
@AudioJunkie79
@AudioJunkie79 Год назад
Very clear explanation. Thank you!
@asadullahaziz
@asadullahaziz 2 года назад
Thank You for creating this tutorial. You explained clearly.
@Inandoutpk
@Inandoutpk 4 месяца назад
Very well explained!!!
@Wallie.AiFounder
@Wallie.AiFounder 4 месяца назад
FINALLLLYYYY JESUS... I've been looking for you buddy thanks
@nayan7065
@nayan7065 Год назад
Most needed video. Good explaination
@onomatopeia891
@onomatopeia891 Год назад
Thanks for the very clear and insightful video!
@dirtrockground4543
@dirtrockground4543 Год назад
Great video thanks, most tutorials seem to assume you know why we need to create a virtual environment.
@dgurl04
@dgurl04 Год назад
This was so beautifully and simply explained. Thank You for this video. Happy New Year
@finixik
@finixik 6 месяцев назад
Excellent video. I am really grateful for this dose of knowledge.
@animel8ve
@animel8ve 3 месяца назад
Thank you so much. This was one of the best videos ever. 😊
@QQuadmax
@QQuadmax Год назад
I really appreciate the details. I would use this video as an example every time i am lost
@Prostopravda
@Prostopravda Год назад
Excellent tutorial! Thanks!
@pfever
@pfever Год назад
very useful and well explained! thank you!
@ogrichiiee3808
@ogrichiiee3808 2 года назад
really great and detailed video. thank you!
@maximemonfette
@maximemonfette Год назад
Great editing, super straigthforward. thanks :)
@yairgemara3806
@yairgemara3806 2 года назад
Very helpful. Thank you!
@valostudent6074
@valostudent6074 Год назад
i finally understand how venv works,thank you , u are awsum
@batsiziki119
@batsiziki119 Год назад
This is video is so easy to follow and helped me a great deal. Thank you very much man.
@diegodifelix
@diegodifelix 11 дней назад
What a great video. Thank you very much. I did a resume to me.
@eraybuyukkanat3240
@eraybuyukkanat3240 Год назад
I learned a lot through your video, this was a very helpful and very clear explanation. Thank you sir!
@Carlitos_SH
@Carlitos_SH 2 года назад
What an explanation ! Thank u !
@patmaloyan620
@patmaloyan620 11 месяцев назад
great vid, well detailed and learned even more than just venv. Detail helped me get better grasp of how windows os and py work.
@daveswitzerland4442
@daveswitzerland4442 Год назад
This is very helpful, thank you!!
@eleet321
@eleet321 5 месяцев назад
This was the best crash course on virtual environments I've seen. The diagrams are crystal clear and your pace is amazing. Thank you!
@tecladocode
@tecladocode 5 месяцев назад
Thank you very much! Glad you liked it 🚀
@pgallovich
@pgallovich 3 года назад
It’s great to see your content on the channel Jose! Always really great quality and helpful. Thank you!
@tecladocode
@tecladocode 3 года назад
Thank you Paul! Glad to be back making content! 💪
@andrewbrown6097
@andrewbrown6097 2 года назад
Very, very good tutorial, Jose! You answered all my questions with good advice about using major, minor and patch numbers. Very good. I only have two further questions. The first is how do I invoke the virtual environment (venv activation) architecturally (programmatically), fyi I know nothing yet about packaging up my programs for other people to use. The second is if I create 1,000 virtual environments, I am using Linux, will there be 1,000 copies of python (I hope not) or inside each virtual environments, is python, for instance, actually (symbolically) linked to save on storage space. Again, very well communicated. Thanks.
@g.jignacio
@g.jignacio Год назад
Great video! clear as water
@lakshman587
@lakshman587 2 года назад
The video is really Awesome!! Thanks a lot for the video!
@scottyd84
@scottyd84 7 месяцев назад
Excellent, thank you
@user-ry5zu1wo4e
@user-ry5zu1wo4e 28 дней назад
Thank you. Very helpful
@hunterdean1562
@hunterdean1562 5 месяцев назад
smashin the like button dude, best video ive seen on this and im finally understanding after years!! thank you!!
@tecladocode
@tecladocode 5 месяцев назад
Awesome, thank you! Happy to help!
@dynamix9916
@dynamix9916 Год назад
Great video, very helpful. Thanks a lot.
@AhmedAli-uj2js
@AhmedAli-uj2js 6 месяцев назад
Great Explanation, I have ever perceived
@jawadtahmeed9854
@jawadtahmeed9854 Год назад
Super helpful for a new python programmer like me. Subbed, without hesitation. :D
@sdmagic
@sdmagic 3 месяца назад
This was exactly what was needed. Your explanation was crystal clear and solved a lot of problems I was having. Thank you for your expertise, time, and efforts. Cheers!
@tecladocode
@tecladocode 2 месяца назад
Glad it helped! Thank you!
@jakuwoks
@jakuwoks 11 месяцев назад
Really good tutorial!
@djryanashton
@djryanashton Год назад
Excellent tutorial and understanding. Thanks.
@tecladocode
@tecladocode Год назад
Glad it was helpful! Thank you!
@etsw
@etsw 2 года назад
It was a very instructive video, thank you!
@ahmedelsayedabdelnabyrefae1365
@ahmedelsayedabdelnabyrefae1365 3 года назад
Hi man one of the best explanation I have ever seen thank you it really helped
@niceteg
@niceteg 3 года назад
Nice work! Thanks 👍
@tecladocode
@tecladocode 3 года назад
Thank you!
@some1stoleit
@some1stoleit Год назад
Thank You! This is one of those topics I feel no-one really explains. So you end up banging your head against a wall while following a tutorial steps exactly and getting error messages. So it's good you manged to explain how it works and why I should use virtual environments succinctly.
@tecladocode
@tecladocode Год назад
Thank you very much Ronald! Understanding what’s going on behind the scenes is really useful, especially if you have to troubleshoot something 😅
@fabianaltendorfer11
@fabianaltendorfer11 Год назад
That was exactly what I was looking for! Thank you!
@tecladocode
@tecladocode Год назад
Glad I could help!
@yonahcitron226
@yonahcitron226 2 года назад
Great vid!!
@andresantosloureiro
@andresantosloureiro Год назад
Great tutorial! Thank you!
@tecladocode
@tecladocode Год назад
You're very welcome!
@laserdiscbisque
@laserdiscbisque Год назад
I've been trying to learn to code on my own/online for nine months and this was the most valuable 15 minutes so far
@Uhtredrag1080
@Uhtredrag1080 Год назад
Wish he said what program he was running all that code in. Nothing I open on any of the python options looks like that.
@muradmarvin2510
@muradmarvin2510 10 месяцев назад
wonderful explanation of Venv and LIBDADies
@knowlife4486
@knowlife4486 10 месяцев назад
Thank you !!!! , i learned a lot
@riclearn9533
@riclearn9533 2 года назад
Very useful. Thank you
@relaxtone217
@relaxtone217 2 года назад
Thnak you for this video, It is a very usefull video for me as a begginer
@user-gh4zy8gu6q
@user-gh4zy8gu6q Год назад
Great video. Thank you!
@tecladocode
@tecladocode Год назад
Glad you liked it!
@sheepay99
@sheepay99 Год назад
Nice video, well presented including the visuals.
@jasonpreneveau8608
@jasonpreneveau8608 2 года назад
Finally, an explanation on a topic : venvs
@hugo565
@hugo565 Год назад
Very good tutorial thanks
@khomo12
@khomo12 8 месяцев назад
Very nice! Thank you!👍👍👍
@tecladocode
@tecladocode 8 месяцев назад
Thank you too!
@designer5445
@designer5445 9 месяцев назад
incredible tutorial,thanks a lot 🙏
@tecladocode
@tecladocode 9 месяцев назад
You're very welcome! Glad you liked it!
@RahulSharmaSingularity
@RahulSharmaSingularity Месяц назад
Awesome and clear !
@tecladocode
@tecladocode 26 дней назад
Glad you liked it!
@CodingSquid
@CodingSquid 9 месяцев назад
Nicely done. Just finished your WSL2 class on another training web site. Virtual Environments are a mystery no more, Thanks
@tecladocode
@tecladocode 9 месяцев назад
I don't have any WSL2 classes 🤔 but thank you nonetheless, glad you liked the video!
@victorlindh3129
@victorlindh3129 Год назад
Thanks, this was really helpful!
@tecladocode
@tecladocode Год назад
No problem!
@dougwan8150
@dougwan8150 10 месяцев назад
Great video! Thank you very much.
@tecladocode
@tecladocode 9 месяцев назад
You are welcome!
@GastonMolinari-hp4im
@GastonMolinari-hp4im Год назад
Thank you! I really learned about this.
@tecladocode
@tecladocode Год назад
You're so welcome!
@lucyfrye6723
@lucyfrye6723 2 месяца назад
Thanks, that was very clear, I ended up making such a mess of my python installation that I ended up reinstalling macos. Never that again, it cost me half a day wasting time on setting everything up again.
@wilsonusman
@wilsonusman Год назад
Jose, great video. Your explanations and diagrams really make it clear to understand concepts. Keep it up. You have a new sub.
@tecladocode
@tecladocode Год назад
Welcome aboard! Thank you for your kind words!
Далее
Python Poetry in 8 Minutes
8:27
Просмотров 46 тыс.
5 Good Python Habits
17:35
Просмотров 342 тыс.
Python Virtual Environment and pip for Beginners
30:39
Python 101: Learn the 5 Must-Know Concepts
20:00
Просмотров 1 млн
25 nooby Python habits you need to ditch
9:12
Просмотров 1,7 млн
Virtual Environments in Python - Crash Course
13:33
Просмотров 81 тыс.
Anaconda (Conda) for Python - What & Why?
26:10
Просмотров 216 тыс.
3 PYTHON AUTOMATION PROJECTS FOR BEGINNERS
17:00
Просмотров 1,5 млн