The Complete Guide to Python Virtual Environments!

330,146
0
Published 2021-04-13

All Comments (21)
  • 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.
  • Best coding tutorial video I have ever watched. Super high quality, incredibly clear
  • @fgaguaviva
    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.
  • 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!
  • 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 .
  • @2002budokan
    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?
  • Great, comprehensive tutorial! I really appreciated the extra tidbits of info, such as the explanation of version numbering, too. Thank you so much!
  • @gianlucatioli6766
    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!
  • @MrPatrickbuit
    I love how you explain not just how to set up a virtual environment, but also why we do it. Great stuff :)
  • @jackdexter3286
    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
  • @reinasama904
    I learned a lot through your video. Tremendous help and such a quality! Thank you so much.
  • @jikkhi
    I can't thank you enough for explaining about virtual env in detail. This was so helpful 🙌👏
  • @ahmedw5
    This clarified what virtual environments are for me, thank you!
  • @nick8292
    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!
  • @A2ZAZZ
    This is best explanation I've seen in Youtube about this topic. Thanks !
  • Absolutely amazing work, Jose! What a great useful video! Thanks!
  • @pablomunsey
    Great presentation. Short but sufficiently detailed. Well done!
  • @neila880
    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.
  • @Jamaipanese
    Amazing video. Simple, clear and to the point with examples. Thank you!