Skip to content

Latest commit

 

History

History
58 lines (36 loc) · 865 Bytes

scratch.md

File metadata and controls

58 lines (36 loc) · 865 Bytes

Notes

Python

1. Homebrew

From https://brew.sh/

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

2. pyenv

From https://github.com/pyenv/pyenv

brew install pyenv

activate python3.x:

pyenv install 3.9.1
pyenv global 3.9.1

3. Poetry

https://python-poetry.org/docs/

curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python

Changing the hostname

https://apple.stackexchange.com/a/86545

macos install issues

pyca/cryptography#3489 (comment)

brew upgrade openssl


export CPPFLAGS=-I/usr/local/opt/openssl/include
export LDFLAGS=-L/usr/local/opt/openssl/lib

rpi install

https://cryptography.io/en/latest/installation/#debian-ubuntu

install:

  • git
  • virtualenv