How to install python on CMD with command
1. First go to your search panel on your desktop and search for command prompt " run as administrator ".
3. Now type " choco install -y python3 " & hit enter.
2. After opening cmd type, @"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
4. Now you can see the progress in your terminal or command prompt.
5. After finishing the Download, you can check the version and can verify that Python3 is installed in your computer by entering this, " python --version "
Thanks guys for reading this. You can leave a comment if you face any problem doing this. I'll be there for you soon.
This is only for educational purpose. I & my team will not be responsible for any unethical charges
Comments