im trying to from pathlib import Path but i get this error i use windows
pathlib : The term ‘pathlib’ 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.
At line:1 char:1
can someone tell me what i did wrong? its got me stuck in the course also same thing happens for pipenv so whatever im doing wrong i need to do for both of these
What version of python do you have? (Python --version). Pathlib was added from vers 3.4. When python was installed was it included in path? What editor/environment are you using? Are you in terminal or shell window? Try ```
Python -c "import sys; print(’\n’.join(sys.path))