Hey Corey, thank you as always, i was trying to debug a Python for loop and was not sure if you talk about it anywhere. Also realized that sublime text 3 does not actually feature a python debugger, would appreciate your thoughts on this.
Thank you for this tutorial! I couldn't figure out how to use VENV on my own, even though I read a book called " Test Driven Development" because the author explained how to use VENV on mac. Corey, you're the man!
This has been so helpful! My class focused mostly on programming, and so we didn't really understand what we were doing during setup, but your videos make it very clear and easy! Thank you!
This is the best venv tutorial that I've ever seen. Its bookmarked in my browser for over 1.5 years now. I get back to it whenever I miss something. Thanks man (y)
i was totally confuse and frustrated just before completing the 17 minutes of this video honestly i feel really relief now.. you got a new fan now man..... thank you...
This is the best video I've seen this year so far!!! I might be exaggerating but you sir have helped me solve a problem I was working on for the last 20+ hrs!
Thanks @Corey Schafer. trying to follow some Django tutorial on UA-cam but just couldn't activate the virtual env, windows would accept the CMD but won't activate the venv : Setup: win 10, gitbash, python 3.7 Create the venv: python -m venv my_dir Activate the venv: source my_dir/Scripts/activate Stackoverflow to the rescue. Love your work btw thanks from the rest of us.
Corey, I watched lot of videos about the environment and virtual environment but could not understand. Your explanations technique is the best. Thanks.
The single most important Python tutorial since Python's existence. Virtual environments are the most effective anti-hair loss treatment ever invented :)
Thank you Corey for this excellent video on virtual environments. I needed it. You do not assume anything as known and this is very good, especially for beginners. For me, the best explanation on this topic I found!
Thank you Corey, you actually explained away all the questions a noob like me came with. Things I just didn't understand and most videos skip, I guess cuz its obvious to the creator. Very helpful tutorial 🙏 thank u
Sir, you're just best. If anyone wants to automate the creation of requirements.txt file then just type in this: *pip3 freeze > requirements.txt* It will automatically save that.
Thank you so much Corey for making these wonderful videos. They are all easy to understand and follow. I learn so much from them. I will join patreon to contribute to the group. Thank you for all you do!
This video was great for me, I'm just learing python for the first time and as a windows user it was easy to follow the steps, congratulations. It would be great if you are able to add the english subtitles in the video because as me that I'm not an english person many other people could watch the video easer reading the subtitles
Thank you Corey. All this virtual environment stuff was really confusing regarding how many of them there are. I'm going to stick with the baked in one, venv.
In my older virtualenv video, I got a ton of requests to show how to use virtual environments on Windows. I hope this helps!
Hey Corey, thank you as always, i was trying to debug a Python for loop and was not sure if you talk about it anywhere. Also realized that sublime text 3 does not actually feature a python debugger, would appreciate your thoughts on this.
Thank you for all your videos. You should do one someday for pipenv!
And multiprocessing/multithreading
And sockets!
@@guipa I already have one for Pipenv. You can find that here: ua-cam.com/video/zDYL22QNiWk/v-deo.html
pip list > 2:13
python -m venv project_env > 2:29
project_env\Scripts\activate.bat > 3:24
where python > 3:46
pip install requests > 4:48
pip install pytz > 5:00
pip list >
pip freeze > 5:47
--> copy information 'pip freeze'
--> create requirements.txt > 6:37
--> paste information there
deactivate > 7:16
rmdir project_env /s > 7:33
>> NEW PROJECT 8:48
python -m venv my_project\venv > 8:55
my_project\venv\Scripts\activate.bat
pip install -r requirements.txt > 9:46
cd my_project > 10:50
--> create new file 'script.py'
deactivate >
rmdir venv /s >
python -m venv venv --system-site-packages > 13:30
venv\Scripts\activate.bat >
pip list >
pip install SQLAlchemy
pip list --local
should get pinned
The second hero after Corey Schafer :)
Thank you sir.
great job mate, thanks!
Is there any way to find out my existing virtual env?
Corey...You are the Guru of python world..thanks a lot for sharing your knowledge as always!
Thank you for this tutorial! I couldn't figure out how to use VENV on my own, even though I read a book called " Test Driven Development" because the author explained how to use VENV on mac. Corey, you're the man!
This has been so helpful! My class focused mostly on programming, and so we didn't really understand what we were doing during setup, but your videos make it very clear and easy! Thank you!
This is the best venv tutorial that I've ever seen. Its bookmarked in my browser for over 1.5 years now. I get back to it whenever I miss something. Thanks man (y)
i was totally confuse and frustrated just before completing the 17 minutes of this video
honestly i feel really relief now..
you got a new fan now man.....
thank you...
This is a simple and straight to the point tutorial. Well done man.
You've just gotten a subscriber.
This is just perfect. I had been looking to understand venv for quite sometime now, and this clears it all. Great job!!!
Thank you so much for resolving the issue. other videos on UA-cam wasted my time.
This is the best video I've seen this year so far!!! I might be exaggerating but you sir have helped me solve a problem I was working on for the last 20+ hrs!
Thank you so much! I’ve searched and read and tried everything on the net on how to set up venv but this is the only one that worked.
Thank you Corey, I almost gave up trying to work with venv, until i saw this brilliant post...
This is exactly what I needed just now for my project which is rapidly growing in complexity. Thanks Corey!
This video saved me in setting up venv in windows, still relevant in 2021
This was great. I was thinking of questions as the video moved along and then you ended up answering them all. Great work Corey.
He does that doesn't he. One of the most clear videos on venv.
This guy is a real instructor. Great work a lot of effort there thank you
jesus you don't know how much this helped me. All tutorials I've watched were done on Mac haha
I really needed this video.
Thanks Corey!!
Thanks @Corey Schafer. trying to follow some Django tutorial on UA-cam but just couldn't activate the virtual env, windows would accept the CMD but won't activate the venv :
Setup: win 10, gitbash, python 3.7
Create the venv: python -m venv my_dir
Activate the venv: source my_dir/Scripts/activate
Stackoverflow to the rescue. Love your work btw thanks from the rest of us.
Great tutorial! I am a hobbyist programmer, not an expert. I have been learning my self and this really helped.
This guy is the GOAT, simple and easy tutorials! This helps alot!
You are the best I have been like 2hour trying to figure it out , and with you it took like 1min
Corey, I watched lot of videos about the environment and virtual environment but could not understand. Your explanations technique is the best. Thanks.
Yet another video from maestro Schafer that makes difficult subject looks pretty easy.
Respect!
This is a very good video to learn venv module in short time. I appreciate your work.
Many thanks for this tutorial. You have saved me from what I spent a whole weekend trying to figure out.
Best video to understand Virtual Environments Corey the messiah ! UwU
Pretty much what the rest of the comments say - great video and thanks once again!
Super helpful. Clear, concise, to the point. Thx much, m8.
The single most important Python tutorial since Python's existence. Virtual environments are the most effective anti-hair loss treatment ever invented :)
This video is a simplified as a sip on a cup of coffee thank you so much Corey
Good video, cleared a lot up. The programming is easier than the setup.
Thank you Corey for this excellent video on virtual environments. I needed it. You do not assume anything as known and this is very good, especially for beginners. For me, the best explanation on this topic I found!
Very good one! Thank buddy. I like your videos. Your attitude and way of passing the stuff to your viewers is just excellent.
Most simplest explanation there can ever be! 100000%
Great videos Corey. You are the go to when I am looking to understand something python. Thanks for helping the community!
Even after 4 years, it is still a valid a video 😍
My man...I've been struggling with this. Great video. Thank you so much.
@ 3:34 my issue was solved thanks for the content!
This video really helps me a lot. Hope you'll make more videos like that.
Great job. I found this very helpful.
This is very well explained and easy to follow. Thanks for the tutorial!
This is the best video on the subject of python virtual environment! Thank You .
Never found a more fitting video to my problem, thanks a lot!!
You are the best instructor!
Your videos are the best. Thanks for sharing your knowledge.
you are awesome i don't have words to describe how helpful this video was thanks alooot man
Thank you so much, love how simple and clear this tutorial is! :)
This is helpful Corey, comprehensive and good phase!
Awesome and Easily understandable explaination.
You are talking very fast, but you covered everything important to know. Many Thanks for that
Thank you! That was the best explanation I encountered on UA-cam!
This was so helpful and concise. Thank you very much from a Python (heck, programming in general) noob!
Thank you for sharing! saves a ton of time, trying to search for solutions on your own
Thanks Corey for creating this, I think every UA-cam turorial uses Mac, and I could not find a decent source for learning Virtual Environments...
Amazing tutorial - No one explains it like you do Corey!
Best venv tutorial hands down. Thank you. Subscribed :)
Thank you Corey, you actually explained away all the questions
a noob like me came with. Things I just didn't understand and most videos
skip, I guess cuz its obvious to the creator. Very helpful tutorial 🙏 thank u
Thank you for this, you are the foundation of whatever i do or develop related to python
Loved the solution finally my problem is solved.. bless you man.
Thx Corey! This video is still helping me out in 2022
Awesome Man . You are awesome Corey . Thanks a ton . I love the way you make things simpler .
Very helpful and you make it very intuitive, thank you!
Thanks Corey Schafer, it was a very helpful tutorial!
Thank you, that was really informative! Clears up questions.
Incredibly useful! Big thanks for detailed description and instructions
Man, you are just amazing. Very clear explanations. Saved me a lot of trouble.
Great video. Really good explanation.
Best tutorial for Virtual Environments!
Excellent explanation
Lovely voice, pace and control
you are unique, keep it up !!!!!!!!!!!!!!!!!!!!!!!!!!
Sir, you're just best.
If anyone wants to automate the creation of requirements.txt file then just type in this:
*pip3 freeze > requirements.txt*
It will automatically save that.
Thanks sir you're a blessing you're way of explanation is easy and interesting.
Amazing and comprehensive video, Many thanks Corey.
If I could like the video 10x I would, thanks bro
Thank you so much Corey for making these wonderful videos. They are all easy to understand and follow. I learn so much from them. I will join patreon to contribute to the group. Thank you for all you do!
Thanks! That’s a huge help!
This video was great for me, I'm just learing python for the first time and as a windows user it was easy to follow the steps, congratulations. It would be great if you are able to add the english subtitles in the video because as me that I'm not an english person many other people could watch the video easer reading the subtitles
Thanks a lot for sharing this informative information beautifully
Thank you very much for this video :) It is very helpful and I learnt a lot!
Thanks for posting this, now I finally get how to use it in Windows :-)
Loved it! So detailed and clear
Excellent video, thanks for sharing this.
Well done. Straight to the point.
Fantastic video!! I am so grateful for this content!! I fell like I just made a leap in my coding journey!! Thank you so much!!!
Great video. With a lot of best practice tips, that we need to know. Thank you very much.
very well explained...thanks...
Very well explained. So grateful for these videos. 🙏
thank you sir your video clear my lost of doubts
Very clear and super helpful, thanks a lot for this tutorial!
Thank you so much buddy,great tutorial many likesss!!!!!!
Great video. Really helped me alot!
What simply coll and useful video. Thank you very much.
Very helpful. Thank you!
Excellent tutorial, thank you! 😀
This has cleared up so much for me! Thanks!
Thank you very much it was very useful
great tutorial , may god bless you my friend
Thank you Corey. All this virtual environment stuff was really confusing regarding how many of them there are. I'm going to stick with the baked in one, venv.