Sep-09-2024, 08:19 AM
I am using Windows 11 and I have studied python a little bit and have gone through tutorials, however:
At the moment, something has to be screwed up in my python paths. I had uninstalled and reinstalled Python for Windows and have version 3.12 available. Installing established the path C:\Users\Me\AppData\Local\Programs\Python\Launcher\ where Me is substituted here for the real directory. When I go into any cmd program or power shell is where the problems are evident.
Establsihed for me are the path variables "c:\users\Me\appdata\roaming\python\python312\site-packages" and "C:\Users\Me\AppData\Roaming\Python\Python312\site-packages\scrapy".
Under the roaming folder in file explorer, there is not a folder relating to "\Python\Python312\site-packages\scrapy" nor is there
Looking in C:\Users\Me\AppData\Local\pip\cache should there be anything left in there?
The installation of Python this morning has a "Launcher" folder and a "Python312" folder under C:\Users\Bruce\AppData\Local\Programs\Python.
When attempting to install a virtual environment I tried running a pip command "pip install virtualenv" which produced a error saying "The term 'pip' is not recognized as the name of a cmdlet and a whole bunch of other such lingo.
If this issue is a issue with the path, I am not sure how to fix this given the path variables I showed above.
At the moment, something has to be screwed up in my python paths. I had uninstalled and reinstalled Python for Windows and have version 3.12 available. Installing established the path C:\Users\Me\AppData\Local\Programs\Python\Launcher\ where Me is substituted here for the real directory. When I go into any cmd program or power shell is where the problems are evident.
Establsihed for me are the path variables "c:\users\Me\appdata\roaming\python\python312\site-packages" and "C:\Users\Me\AppData\Roaming\Python\Python312\site-packages\scrapy".
Under the roaming folder in file explorer, there is not a folder relating to "\Python\Python312\site-packages\scrapy" nor is there
Looking in C:\Users\Me\AppData\Local\pip\cache should there be anything left in there?
The installation of Python this morning has a "Launcher" folder and a "Python312" folder under C:\Users\Bruce\AppData\Local\Programs\Python.
When attempting to install a virtual environment I tried running a pip command "pip install virtualenv" which produced a error saying "The term 'pip' is not recognized as the name of a cmdlet and a whole bunch of other such lingo.
If this issue is a issue with the path, I am not sure how to fix this given the path variables I showed above.