0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

ストア版Pythonで仮想環境

Posted at

Q

例えばSourcetrailでPythonスクリプトを解析するには、Sourcetrailのダイアログで

スクリーンショット 2025-02-22 203357.jpg

と表示されるように、Python 3.7での仮想環境の構築が必要

が、ストア版Pythonには「Pythonランチャー」がない

どうするか

A

ストア版Pythonは各versionが提供されていて且つ重複インストールが可能なので、Python 3.7を持ってきて
python3.7.exe -m venv py37
とすればよい

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?