wsl --update --pre-release
%userprofile%\.wslconfig
wsl --update --pre-release
%userprofile%\.wslconfig
Install Node
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
nvm install v18.16.1
nvm use v18.16.1
npm install --global yarn
Provider
provider "aws" {
alias = "tokyo"
region = "ap-northeast-1"
}
I had ssl issues due to company network security related to netscope.
My machine is Mac with python 3.11 and the following command worked for me.
pip config set global.trusted-host \
"pypi.org files.pythonhosted.org pypi.python.org" \
--trusted-host=pypi.python.org \
--trusted-host=pypi.org \
--trusted-host=files.pythonhosted.org
Symopsについてのドキュメントを読んでる
https://symops.com/
https://aws-iam.tutorials.symops.com/
育児休暇も終わり、会社のパソコンも届き、仕事始めの準備も整いました。
code…
https://pythontutor.com/