質問編集履歴

5

たいとる

2020/02/18 09:00

投稿

Furans_pan
Furans_pan

スコア8

test CHANGED
@@ -1 +1 @@
1
- エラー zsh:command not found: conda  zsh環境でのpathの通し方!!! condaを使いたいです
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
- /Users/tomoyasu/Desktop/スクリーンショット 2020-02-18 16.29.15.png
47
+ /usr/local/bin/pyenv

4

画像

2020/02/18 09:00

投稿

Furans_pan
Furans_pan

スコア8

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

"が抜けていたので追加しました

2020/02/18 07:31

投稿

Furans_pan
Furans_pan

スコア8

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

タグ

2020/02/18 07:02

投稿

Furans_pan
Furans_pan

スコア8

test CHANGED
File without changes
test CHANGED
File without changes

1

タイトルの変更

2020/02/18 06:55

投稿

Furans_pan
Furans_pan

スコア8

test CHANGED
@@ -1 +1 @@
1
- シェルがzshでパスがらずconda使えません
1
+ エラー zsh:command not found: conda  zsh環境のpathのし方!!! conda使いたいです
test CHANGED
File without changes