Hi, new here; I'm trying to follow along with the tutorial of "Programming with Mosh" for Python in preparation for my university courses, and I have run into a helluva speedbump with his usage of Pip and Django. As I understand it, Pip is supposedly a set of methods that you can punch into the command terminal on PyCharm to import or remove programs, and because he is on mac and I am on Windows 11, there is a language barrier as I understand it. Please help, as I cannot afford to lose this bad at this point. Thank yo
#Django, Pip, and Python Problems, all in one.
27 messages · Page 1 of 1 (latest)
https://www.youtube.com/watch?v=_uQrJ0TkZlc&t=18063s video for reference, I'm currently on Project 3
Python tutorial - Python full course for beginners - Go from Zero to Hero with Python (includes machine learning & web development projects).
🔥 Want to master Python? Get my Python mastery course: http://bit.ly/35BLHHP
👍 Subscribe for more Python tutorials like this: https://goo.gl/6PYaGF
👉 Watch the new edition: https://youtu.be/kqtD5dpn9C8
...
What don't you understand
how to get django installed, and how to get pip working on pycharm
because it always registers pip commands as
pip : The term 'pip' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
even though pip is already installed on my python
You didn't add python to your path. Rerun the installer and check the box to add it to your path.
If you type python --version into the PyCharm terminal does it show your Python version?
Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases.
which makes
NO SENSE to me
since if I am running Pycharm
then by definition, I should have Python installed
wtf
even dragging the path over to where the python folder and assets are didnt work
It's not on your path. I don't do Windows, so I can't help with adding it.
!google add python to Windows path
Results for "add python to Windows path"
I'd suggest looking at that second link
... so after smashing my head against the wall for the past while, I found the solution
thank you for stepping in though, Zech
What was the issue
base interperters