yum install -y java-1.8.0-openjdk
yum install -y java-11-openjdk
from tempfile import TemporaryFile
with TemporaryFile(mode='w') as f:
f.write(...) …
コマンドプロンプトを管理者権限で実行し、以下のようなコマンドを実行する
setx 変数名 値 /M
※スペースを含む値を設定する場合は、値を"で囲むこと
Hyperというターミナルソフトの拡張機能を利用し、背景をポケモン柄に変更する
https://hyper.is/ のInstallationからインストーラーをダウンロー …