How to install Python on Windows 10 using UI and Windows command prompt?
PreviousHow to install Python 3 on Ubuntu 22.04 and set up a programming environment?NextHow to install R on Ubuntu 20.04?
Last updated
Last updated
curl -O https://www.python.org/ftp/python/3.10.10/python-3.10.10-amd64.exepython-3.10.10-amd64.exe /passive /quiet InstallAllUsers=1 PrependPath=1 Include_test=0