python:python_install

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン両方とも次のリビジョン
python:python_install [2020/04/10 10:22] ともやんpython:python_install [2020/08/27 09:04] ともやん
行 39: 行 39:
  
 **python**、**python27** をインストールする。\\ **python**、**python27** をインストールする。\\
-<code>+<code powershell>
 $ scoop install python python27 $ scoop install python python27
 </code> </code>
 <WRAP prewrap 100% #result_long> <WRAP prewrap 100% #result_long>
-<code>+<code powershell>
 Installing 'lessmsi' (1.6.91) [64bit] Installing 'lessmsi' (1.6.91) [64bit]
 lessmsi-v1.6.91.zip (495.0 KB) [==============================================================================] 100% lessmsi-v1.6.91.zip (495.0 KB) [==============================================================================] 100%
行 103: 行 103:
 </code> </code>
 </WRAP> </WRAP>
 +
 +**Visual Studio**\\
 +<code>
 +Allow applications and third-party installers to find python by running:
 +"C:\Users\tomoyan\scoop\apps\python\current\install-pep-514.reg"
 +</code>
 +<wrap hi>**重要 (翻訳):**</wrap>\\
 +<code>
 +次のコマンドを実行して、アプリケーションとサードパーティのインストーラーがPythonを見つけられるようにします:
 +"C:\Users\tomoyan\scoop\apps\python\current\install-pep-514.reg"
 +</code>
 +以下のコマンドを実行して、Windows レジストリに **Python** を登録する。([[https://www.python.org/dev/peps/pep-0514/|PEP 514 -- Python registration in the Windows registry | Python.org]])\\
 +<code powershell>
 +$ . $env:USERPROFILE\scoop\apps\python\current\install-pep-514.reg
 +</code>
  
 **python** の動作確認。\\ **python** の動作確認。\\
  • python/python_install.txt
  • 最終更新: 2020/09/11 16:59
  • by ともやん