Python Microsoft Visual Studio 2019 Community PowerShell設定 新しいページはコチラ
提供: yonewiki
(→概要) |
(→概要) |
||
| 26行: | 26行: | ||
で、前提条件を満たしている場合。 | で、前提条件を満たしている場合。 | ||
| − | + | 以下のような具合にPowershellが起動します。 | |
[[ファイル:2020-11-10_17h38_57.png|400px|thumb|none|Powershellを起動]] | [[ファイル:2020-11-10_17h38_57.png|400px|thumb|none|Powershellを起動]] | ||
| + | |||
| + | 普通に起動します。でも問題があるので、全部は動きません。このときPowershellの制限がかかっているために動かないという感じです。 | ||
| + | |||
| + | ちなみに、現時点の話なので、AnacondaとPythonのバージョンを示しておきます。 | ||
| + | |||
| + | <syntaxhighlight2 lang="python"> | ||
| + | >conda --version | ||
| + | |||
| + | >python --version | ||
| + | |||
| + | </syntaxhighlight2> | ||