Repo to setup Python and R environments and commons tools needed.
-
Open Powershell on target machine
-
Enable running scripts
Set-ExecutionPolicy Bypass -Scope Process
-
Download the script and run it
Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/alec-hs/python-r-env-setup/main/setup.ps1'))