質問編集履歴

2

誤字

2019/08/17 08:13

投稿

korr
korr

スコア23

test CHANGED
File without changes
test CHANGED
@@ -28,7 +28,7 @@
28
28
 
29
29
  ```
30
30
 
31
- .bash_prfile
31
+ .bash_profile
32
32
 
33
33
 
34
34
 

1

ファイルの追加

2019/08/17 08:13

投稿

korr
korr

スコア23

test CHANGED
File without changes
test CHANGED
@@ -21,3 +21,47 @@
21
21
 
22
22
 
23
23
  よろしくお願いいたします。
24
+
25
+
26
+
27
+
28
+
29
+ ```
30
+
31
+ .bash_prfile
32
+
33
+
34
+
35
+ # added by Anaconda3 2019.07 installer
36
+
37
+ # >>> conda init >>>
38
+
39
+ # !! Contents within this block are managed by 'conda init' !!
40
+
41
+ __conda_setup="$(CONDA_REPORT_ERRORS=false '/anaconda3/bin/conda' shell.bash hook 2> /dev/null)"
42
+
43
+ if [ $? -eq 0 ]; then
44
+
45
+ \eval "$__conda_setup"
46
+
47
+ else
48
+
49
+ if [ -f "/anaconda3/etc/profile.d/conda.sh" ]; then
50
+
51
+ . "/anaconda3/etc/profile.d/conda.sh"
52
+
53
+ CONDA_CHANGEPS1=false conda activate base
54
+
55
+ else
56
+
57
+ \export PATH="/anaconda3/bin:$PATH"
58
+
59
+ fi
60
+
61
+ fi
62
+
63
+ unset __conda_setup
64
+
65
+ # <<< conda init <<<
66
+
67
+ ```