Skip to content

philipnickel/Scripts

Repository files navigation

Autoinstalling python

MacOS

Open a terminal and run the following command:

TODO

Checking for multiple versions of VsCode

Run the following command in a terminal

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/philipnickel/Scipts/main/multipleVersionsMac.sh)"

Installing dependancies for converting Jupyter notebooks to PDFs.

MacOS

Open a terminal and run the following command:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/philipnickel/Scipts/main/script_VsCode_PDF-fix_MacOS.sh)"

Windows

Open powershell in administrator mode. Search for powershell -> right click -> Run as administrator

Run the following command:

PowerShell -ExecutionPolicy Bypass -Command "& {Invoke-Expression (Invoke-WebRequest -Uri 'https://raw.githubusercontent.com/philipnickel/Scipts/main/windows_pdf_fix.ps1' -UseBasicParsing).Content}"

About

scripts for work

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published