Setups
- Python:
- IDE (Integrated Developer Environment)
- Jupyter Notebooks
Setup Notes for windows
- Install windows terminal (for windows 10 user) from store
- Make Windows Terminal default application for terminals
- Get the execution policy and if the response is restricted change it to atleast RemoteSigned
Get-ExecutionPolicy
Set-ExecutionPolicy Unrestricted
- Install package manager
- win-get: This is package manager from windows
- chocolatey:
- Run terminal as an administrator
- Once chocolatey is setup
choco install git python311 vscode -y
choco install anaconda3
Setup Notes for Mac
brew install git python@3.11
brew install --cask visual-studio-code
brew install --cask anaconda
Accounts
Tools
- Docker: This runs the containers
- Ollama: This can run llm models locally
- Kubernetes: