This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| using System.Collections; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Runtime.InteropServices; | |
| using System.Text.RegularExpressions; | |
| namespace SimpleHtml | |
| { | |
| [ComVisible(true)] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| # pyenv_update.py | |
| # pyenv-win の "pyenv update" コマンド を Python で書き直したプログラム | |
| © 2025 led-mirage | |
| ## 背景 | |
| 2025年11月時点で、pyenv-win の "pyenv update" コマンドがエラーになる。 | |
| pyenv-update.vbs中の CreateObject("htmlfile") に失敗する。 |