質問編集履歴
3
タグの変更
title
CHANGED
|
File without changes
|
body
CHANGED
|
File without changes
|
2
Error内容を追記
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -103,6 +103,37 @@
|
|
|
103
103
|
Would you like conda to send this report to the core maintainers?
|
|
104
104
|
```
|
|
105
105
|
|
|
106
|
+
Enterキーを押下したら
|
|
107
|
+
|
|
108
|
+
```Error
|
|
109
|
+
No report sent. To permanently opt-out, use
|
|
110
|
+
|
|
111
|
+
$ conda config --set report_errors false
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
Invoke-Expression : 発生場所 行:1 文字:2
|
|
115
|
+
+ [y/N]:
|
|
116
|
+
+ ~
|
|
117
|
+
属性または type リテラルの最後に ] がありません。
|
|
118
|
+
発生場所 行:1 文字:4
|
|
119
|
+
+ [y/N]:
|
|
120
|
+
+ ~
|
|
121
|
+
'/' 演算子に続けて値の式を指定する必要があります。
|
|
122
|
+
発生場所 行:1 文字:4
|
|
123
|
+
+ [y/N]:
|
|
124
|
+
+ ~~~
|
|
125
|
+
式またはステートメントのトークン 'N]:' を使用できません。
|
|
126
|
+
発生場所 C:\anaconda3\shell\condabin\Conda.psm1:101 文字:9
|
|
127
|
+
+ Invoke-Expression -Command $activateCommand;
|
|
128
|
+
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
129
|
+
+ CategoryInfo : ParserError: (:) [Invoke-Expression], ParseException
|
|
130
|
+
+ FullyQualifiedErrorId : EndSquareBracketExpectedAtEndOfAttribute,Microsoft.PowerShell.Commands.InvokeExpressionC
|
|
131
|
+
ommand
|
|
132
|
+
|
|
133
|
+
パーソナル プロファイルとシステム プロファイルの読み込みにかかった時間は 7570 ミリ秒です。
|
|
134
|
+
|
|
135
|
+
```
|
|
136
|
+
|
|
106
137
|
私の現在の仮想環境情報は下記の通りです。
|
|
107
138
|
|
|
108
139
|
```Info
|
1
パスを追記
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -7,6 +7,10 @@
|
|
|
7
7
|
行った事は以下の通りです。
|
|
8
8
|
|
|
9
9
|
1.環境変数へのパスを通しました。
|
|
10
|
+
```Path
|
|
11
|
+
C:\anaconda3
|
|
12
|
+
C:\anaconda3\Scripts
|
|
13
|
+
```
|
|
10
14
|
|
|
11
15
|
2.管理者で「Anaconda Prompt (anaconda3)」を起動して下記のコマンドを実行しました。
|
|
12
16
|
```Command
|