質問編集履歴

1

個人情報の保護

2019/03/22 02:48

投稿

gusachan
gusachan

スコア22

test CHANGED
File without changes
test CHANGED
@@ -16,7 +16,7 @@
16
16
 
17
17
 
18
18
 
19
- $ echo ". C:\Users\s-sug\Anaconda3/etc/profile.d/conda.sh" >> ~/.bashrc
19
+ $ echo ". C:\Users\user\Anaconda3/etc/profile.d/conda.sh" >> ~/.bashrc
20
20
 
21
21
 
22
22
 
@@ -24,7 +24,7 @@
24
24
 
25
25
 
26
26
 
27
- $ sudo ln -s C:\Users\s-sug\Anaconda3/etc/profile.d/conda.sh /etc/profile.d/conda.sh
27
+ $ sudo ln -s C:\Users\user\Anaconda3/etc/profile.d/conda.sh /etc/profile.d/conda.sh
28
28
 
29
29
 
30
30
 
@@ -52,7 +52,7 @@
52
52
 
53
53
 
54
54
 
55
- export PATH="C:\Users\s-sug\Anaconda3/bin:$PATH"
55
+ export PATH="C:\Users\user\Anaconda3/bin:$PATH"
56
56
 
57
57
 
58
58