質問編集履歴

6

bash_profileの中身を追記

2019/04/04 04:33

投稿

ahh
ahh

スコア9

test CHANGED
File without changes
test CHANGED
@@ -111,3 +111,17 @@
111
111
  export PATH=/Users/user_name/anaconda3/bin:$PATH
112
112
 
113
113
  ```
114
+
115
+
116
+
117
+ ###6
118
+
119
+ ```
120
+
121
+ $ source ~/.bash_profile
122
+
123
+ /usr/local/opt/coreutils/libexec/gnubin/dircolors: /Users/user_name/.dircolors-solarized/dircolors.ansi-dark: No such file or directory
124
+
125
+ pyenv: no such command `init-'
126
+
127
+ ```

5

bash_profileの中身を追記

2019/04/04 04:33

投稿

ahh
ahh

スコア9

test CHANGED
File without changes
test CHANGED
@@ -95,3 +95,19 @@
95
95
  .bashrc
96
96
 
97
97
  ```
98
+
99
+
100
+
101
+ ###5
102
+
103
+ `vi ~/.bash_profile`
104
+
105
+ ```
106
+
107
+ eval "$(pyenv init-)"
108
+
109
+ export PATH=/usr/local/bin:$PATH
110
+
111
+ export PATH=/Users/user_name/anaconda3/bin:$PATH
112
+
113
+ ```

4

誤植修正

2019/04/04 04:29

投稿

ahh
ahh

スコア9

test CHANGED
File without changes
test CHANGED
@@ -38,9 +38,11 @@
38
38
 
39
39
 
40
40
 
41
- ###確認したこと
41
+ ##確認したこと
42
42
 
43
+
44
+
43
- 1.
45
+ ###1
44
46
 
45
47
  ```
46
48
 
@@ -54,7 +56,7 @@
54
56
 
55
57
 
56
58
 
57
- 2.
59
+ ###2
58
60
 
59
61
  ```
60
62
 
@@ -70,7 +72,7 @@
70
72
 
71
73
 
72
74
 
73
- 3.
75
+ ###3
74
76
 
75
77
  ```
76
78
 
@@ -80,9 +82,7 @@
80
82
 
81
83
  ```
82
84
 
83
-
84
-
85
- 4.
85
+ ###4
86
86
 
87
87
  ```
88
88
 

3

連番を導入しました。

2019/04/03 13:19

投稿

ahh
ahh

スコア9

test CHANGED
File without changes
test CHANGED
@@ -40,6 +40,8 @@
40
40
 
41
41
  ###確認したこと
42
42
 
43
+ 1.
44
+
43
45
  ```
44
46
 
45
47
  $ pyenv versions
@@ -51,6 +53,8 @@
51
53
  ```
52
54
 
53
55
 
56
+
57
+ 2.
54
58
 
55
59
  ```
56
60
 
@@ -66,6 +70,8 @@
66
70
 
67
71
 
68
72
 
73
+ 3.
74
+
69
75
  ```
70
76
 
71
77
  $pip --version
@@ -75,6 +81,8 @@
75
81
  ```
76
82
 
77
83
 
84
+
85
+ 4.
78
86
 
79
87
  ```
80
88
 

2

誤植修正

2019/04/03 13:18

投稿

ahh
ahh

スコア9

test CHANGED
File without changes
test CHANGED
@@ -22,7 +22,7 @@
22
22
 
23
23
  ```
24
24
 
25
- `user_name`はしっかり置換してあります。その後、`source /.bash_profile`と入力し、Terminalを再起動。
25
+ `user_name`はしっかり置換してあります。その後、`source ~/.bash_profile`と入力し、Terminalを再起動。
26
26
 
27
27
  ```
28
28
 

1

題名をわかりやすくしました。

2019/04/03 05:07

投稿

ahh
ahh

スコア9

test CHANGED
@@ -1 +1 @@
1
- AnacondaのPATHが通らない。
1
+ condacommand not foundエラー PATHの設定?
test CHANGED
@@ -1,4 +1,4 @@
1
- condaのコマンドが効かないです。
1
+ condaのコマンドが効かないです。調べてみた結果、原因はPATHの設定が上手くいってないからと推測しました。
2
2
 
3
3
  Anacondaのインストール自体は2,3年前にやってあったので、当時どういう挙動を示していたか覚えていません。
4
4