Skip to main content

My new Desert Vehicle

Install and Run Python onto your computer


The first video above shows a mistake I made when I first downloaded Python on my computer. I did not realize you had to tick any box on the download screen. The video above demonstrates a fix for python if it does not show in the command prompt and I have put it first as I feel it is the most important thing to remember as I have made the same mistake again on my new computer. So I must remember

TICK  ADD PYTHON TO PATH

  Without this the download goes onto your computer but will not show up in the command prompt. So this is very important and I am placing this video first. So now I have clarified this the next video shows where to go for a Python download and how to go about it bearing in mind the first video.




So now with that done correctly with paths added to the Python download watch the next video to see how to find it in the command prompt which will show correctly as the paths have been added. 
   Just type python --version  and then  enter





Run Python on your Computer

Okay so you now will have Python on your computer so now lets take a look at how you could run Python on your computer



Comments

Popular posts from this blog

Cyberpunk 2077_ go to red dirt in the evening

Rumble link

Using bravenet site builder 2020

Using the free bravenet site builder which is on some hosting sites. Bravenet allows free hosting with a subdomain like wordpress and own domain with premium account. Bravenet site builder has several themes. In the video I am trying one of the themes and showing how you can edit and build a site with the site builder.

Install Pyautogui and Pip in Python

Install Pyautogui in Python The video above shows how you can easily download and install pyautogui into Python. Pyautogui is a Python library. For any python library to be installed you need to have Pip installed. Watch the video below to see how this is done. Install Pip in Python