2024/03/16 09:00:00
前提 # 環境は windows10 pro + git bash を想定 https://blog.oya3.net/posts/2023/10/03/00_git/ pyenv-win がインストール済みであること 環境構築は、以下が参考になる。 https://blog.oya3.net/posts/2023/10/03/00_git/ 既存プロジェクトを poetry 管理にする # # 既存プロジェク
...
2024/01/20 00:00:00
前提 # 環境は windows10 pro git-bash 環境にpyenv-winは設定済みの状態であること python バージョンは3.11.6 完成ソースは以下に登録 https://github.com/oya3/pymdreader アプリ作業エリア生成 #
...
2024/01/18 01:00:00
前提 # 開発環境は以下を想定 windows10 git-bash 参考: https://blog.oya3.net/posts/2023/10/03/00_git/ windows10 cmd 参考: https://blog.oya3.net/posts/2023/10/03/00_git/ ubuntu22.04 fish 参考: https://blog.oya3.net/docs/ubuntu/22.04/ubuntu-settings/ 各環境には pyevn がインストール済みであること python 3.11.7 を利用 windows10 git-bash の場合 # ※linuxのb
...
2024/01/18 00:00:00
前提 # 開発環境は wsl2 ubuntu20.04 構築手順は以下を参照 https://blog.oya3.net/docs/ubuntu/22.04/ubuntu-settings/ 本内容で作成したサンプルソース一式 https://github.com/oya3/pyimage 準備 # python 3.11.7 の開発環境構築 $ mkdir python-image $ cd python-image $ pyenv local 3.11.7 $ python -m venv venv $ source venv/bin/activate $
...
2024/01/16 00:00:00
前提 # windows10 git-bash 環境でpyenvが動作する環境 作成したソース一式は以下に登録済み https://github.com/oya3/pystream 作成手順 # python 3.11.6 環境構築 # # 作業エリア pystream 作成 $ mkdir pystream $ cd pystream $ pyenv local 3.11.6 $
...
2024/01/15 00:00:00
前提 # 開発環境は wsl2 ubuntu20.04 構築手順は以下を参照 https://blog.oya3.net/docs/ubuntu/22.04/ubuntu-settings/ 本内容で作成したサンプルソース一式 https://github.com/oya3/pyexcel 準備 # python 3.11.7 の開発環境構築 $ mkdir python-openpyxl $ cd python-openpyxl $ pyenv local 3.11.7 $ python -m venv venv $ source venv/bin/activate $
...
2023/10/25 21:00:00
前提 # 環境は windows10 pro + git bash + vs 2017 とする ダミーサーバは python 3.11.6 とする C# 環境は vs 2017 .NET Framework 4.7.x とする httpclient は使わない IHttpClientFactory を使用して対応する 理由は以下の通り リソース(
...