質問編集履歴
5
たいとる
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
pyenvでanaconda3をインストール zsh環境でのpathの通し方!!! condaを使いたいです
|
test
CHANGED
@@ -32,4 +32,16 @@
|
|
32
32
|
|
33
33
|
condaを使うためのzsh環境でのpathの通し方を教えて下さい
|
34
34
|
|
35
|
+
|
36
|
+
|
37
|
+
tomoyasu@tomoyasunoMacBook-Air ~ % pyenv versions
|
38
|
+
|
39
|
+
system
|
40
|
+
|
41
|
+
* anaconda3-4.4.0 (set by /Users/tomoyasu/.pyenv/version)
|
42
|
+
|
43
|
+
|
44
|
+
|
45
|
+
tomoyasu@tomoyasunoMacBook-Air ~ % which pyenv
|
46
|
+
|
35
|
-
/
|
47
|
+
/usr/local/bin/pyenv
|
4
画像
test
CHANGED
File without changes
|
test
CHANGED
@@ -31,3 +31,5 @@
|
|
31
31
|
|
32
32
|
|
33
33
|
condaを使うためのzsh環境でのpathの通し方を教えて下さい
|
34
|
+
|
35
|
+
/Users/tomoyasu/Desktop/スクリーンショット 2020-02-18 16.29.15.png
|
3
"が抜けていたので追加しました
test
CHANGED
File without changes
|
test
CHANGED
@@ -24,11 +24,9 @@
|
|
24
24
|
|
25
25
|
調べてみて↓を入力すると
|
26
26
|
|
27
|
-
export PATH="/Users/[ユーザー名]/opt/anaconda3/bin:$PATH
|
27
|
+
export PATH="/Users/[ユーザー名]/opt/anaconda3/bin:$PATH"
|
28
28
|
|
29
|
-
|
29
|
+
何も変わらないです
|
30
|
-
|
31
|
-
dqoute>
|
32
30
|
|
33
31
|
|
34
32
|
|
2
タグ
test
CHANGED
File without changes
|
test
CHANGED
File without changes
|
1
タイトルの変更
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
エラー zsh:command not found: conda zsh環境でのpathの通し方!!! condaを使いたいです
|
test
CHANGED
File without changes
|