⬇️ *LEARN ON THE BEST LEARNING PLATFORMS (LINKS BELOW)* 😉💪 ⬇️ ☕ *Buy me a coffee:* www.buymeacoffee.com/fabiomusanni ❤️ *Support me monthly:* www.patreon.com/FabioMusanni 😍 *One-off donation:* www.paypal.me/FabioMusanni/ *SKILLSHARE* _(Python, Web Dev, UI/UX Design, Music, Art, Animation and a lot more)_ 🔗 skillshare.eqcm.net/5gxzD2 (Affiliate) *DATACAMP* _(Python, ChatGPT, SQL, Power BI, and a lot more)_ 🔗 datacamp.pxf.io/vN1bDj (Affiliate) *COURSERA PYTHON* _(For beginners, Data Science, Data Analysis, AI, Cybersecurity and a lot more):_ 🔗 imp.i384100.net/k0Nk60 (Affiliate) *COURSERA WEB DEVELOPMENT* _(Full Stack, Front-End, Back-End, Web Design and a lot more):_ 🔗 imp.i384100.net/EKWxBW (Affiliate) Thank you for the support!❤ 🎥All my videos about Python: th-cam.com/play/PLs8qUrmRvaR0IT4IwJl-LSweAdACW-yLK.html
If pip doesn't work for you then make sure in the environment variables that the file path for scripts is under the one for python. That fixed my issue.
Thank you g you're a real one for this I have subscribed to you since you're a nice guy thanks for the tutorial keep on making this great tutorials may God bless your soul
Yeah..that was the problem and thanks for showing that. But I could fix it using setup. relunch the setup and it ask weather do you need to modify the software and after that tick the environmental variable tick box. It is more simple as I think
Yes, that could be a solution and it definitely would work, so thanks for mentioning that. 😊 The only "problem" is that you wouldn't really understand why it wasn't working, and I think it's always good to understand how things work under the hood. Plus, sometimes you still have the problem with "pip" even after a proper installation.
@@FabioMusanni I had the same problem, it was because there was still a problem even though I followed the instructions. I'm not sure what the problem was but I fixed it by reinstalling python and checking more of the boxes.
Have you already tried to uninstall and reinstall Python? It's really strange that you don't have that because it means that you don't even have pip installed.
I don't know why you don't have that folder, it hasn't happened to me before. After doing some research I found out that someone fixed it by using: python -m ensurepip Another issue was the location, someone had issues (probably permission) after installing Python to "C:\Program Files\..." or another custom location and they fixed it by installing it to the original location (the one given automatically).
Hi, if you followed the procedure and copied the right path to your python folder, which is of course different from mine, then I don't see why it doesn't work. Remember to close and reopen the terminal.
⬇️ *LEARN ON THE BEST LEARNING PLATFORMS (LINKS BELOW)* 😉💪 ⬇️
☕ *Buy me a coffee:* www.buymeacoffee.com/fabiomusanni
❤️ *Support me monthly:* www.patreon.com/FabioMusanni
😍 *One-off donation:* www.paypal.me/FabioMusanni/
*SKILLSHARE*
_(Python, Web Dev, UI/UX Design, Music, Art, Animation and a lot more)_
🔗 skillshare.eqcm.net/5gxzD2 (Affiliate)
*DATACAMP*
_(Python, ChatGPT, SQL, Power BI, and a lot more)_
🔗 datacamp.pxf.io/vN1bDj (Affiliate)
*COURSERA PYTHON*
_(For beginners, Data Science, Data Analysis, AI, Cybersecurity and a lot more):_
🔗 imp.i384100.net/k0Nk60 (Affiliate)
*COURSERA WEB DEVELOPMENT*
_(Full Stack, Front-End, Back-End, Web Design and a lot more):_
🔗 imp.i384100.net/EKWxBW (Affiliate)
Thank you for the support!❤
🎥All my videos about Python: th-cam.com/play/PLs8qUrmRvaR0IT4IwJl-LSweAdACW-yLK.html
You are really helpful from years, you deserve millions of subscribers ❤️
Hello Yashwant, thank you very much for the kind words! 😍 I keep doing it for people like you who appreciate the work 🔥
If pip doesn't work for you then make sure in the environment variables that the file path for scripts is under the one for python. That fixed my issue.
you probably saved me several hours of reinstallation 🥰
Glad you found the solution here! 😉💪
Thank you so much! Wonderful explanation!
Glad the video was helpful!! 😍💪👍
Thank you! Your video help me! I spent a lot of time to find a solution to this problem, but fortunately I found your video!
Hello 😊 Thanks for the comment, I'm glad the video was helpful! 🤓
you save my universitary life thanks
Thank you g you're a real one for this I have subscribed to you since you're a nice guy thanks for the tutorial keep on making this great tutorials may God bless your soul
Thank you for the kind words 😍💪
Thanks alot. adding script to path worked for me.
Glad it worked! 💪😎
I do the same on windows 7 but when i install pip install jupyter he say pip is not recognized
thankyou sir. i fixed error😊
Glad it helped! 💪😉
Yeah..that was the problem and thanks for showing that. But I could fix it using setup. relunch the setup and it ask weather do you need to modify the software and after that tick the environmental variable tick box. It is more simple as I think
Yes, if you just want to resolve the problem, but it's also good to know why that happens and what happens under the hood. 😊😉
Thank You!
Thanks for the comment! 💪😎
easier method is to run the download again, hit modify and then click the add python to environment variables.
Yes, that could be a solution and it definitely would work, so thanks for mentioning that. 😊
The only "problem" is that you wouldn't really understand why it wasn't working, and I think it's always good to understand how things work under the hood. Plus, sometimes you still have the problem with "pip" even after a proper installation.
Why does it keep opening th epython app in microsogft store?
Unfortunately I'm not really sure, it's never happened to me. When does the app open?
@@FabioMusanni I had the same problem, it was because there was still a problem even though I followed the instructions. I'm not sure what the problem was but I fixed it by reinstalling python and checking more of the boxes.
@@Averysh Glad you managed to fix it. Yes, when you install Python there is a box to check and it does that automatically😉💪
Bro i have problem that my script folder is empty, what should i do?
Have you already tried to uninstall and reinstall Python? It's really strange that you don't have that because it means that you don't even have pip installed.
Bruh my scripts folder is empty
This isn't working for me😢
thanks
Glad it helped! 😎👍
i can't find phyton.exe what should i do?
You need to find where you've installed Python, it might be a different location.
A different location? Does that mean we should uninstall and install again?
The boot configuration
well the problem is i dont have the folder called scripts
I don't know why you don't have that folder, it hasn't happened to me before.
After doing some research I found out that someone fixed it by using:
python -m ensurepip
Another issue was the location, someone had issues (probably permission) after installing Python to "C:\Program Files\..." or another custom location and they fixed it by installing it to the original location (the one given automatically).
simple solution if you're on windows
python -m pip install [packagename]
This could be a solution if you get the "pip is not..." error but it wouldn't work for the "python is not..." error.
نشالله تخش جنه❤
u are my saviour im ur son
Glad it was helpful 💪😊
this didnt work
Hi, if you followed the procedure and copied the right path to your python folder, which is of course different from mine, then I don't see why it doesn't work. Remember to close and reopen the terminal.
The folders are already there this video sucks.
there is a command to do that
thanks