alec-hs / python-r-env-setup

Repo to setup Python and R environments and commons tools needed.

Repository from Github https://github.comalec-hs/python-r-env-setupRepository from Github https://github.comalec-hs/python-r-env-setup

Python & R Development Environment using Anaconda

Repo to setup Python and R environments and commons tools needed.

  1. Open Powershell on target machine

  2. Enable running scripts

      Set-ExecutionPolicy Bypass -Scope Process
  3. 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'))

About

Repo to setup Python and R environments and commons tools needed.


Languages

Language:PowerShell 100.0%