質問編集履歴

2

質問細く

2020/06/26 01:47

投稿

nahi123
nahi123

スコア14

test CHANGED
File without changes
test CHANGED
@@ -8,11 +8,11 @@
8
8
 
9
9
 
10
10
 
11
- pip freeze > requirements.txt結果
11
+ pip freeze > requirements.txt結果  (質問以下の バージョンではなく@fileが表示される理由)
12
12
 
13
13
  ```ここに言語を入力
14
14
 
15
- astroid **@ file:///opt/concourse/worker/volumes/live/b22b518b-f584-4586-5ee9-55bfa4fca96e/volume/astroid_1592495912194/work**
15
+ astroid @ file:///opt/concourse/worker/volumes/live/b22b518b-f584-4586-5ee9-55bfa4fca96e/volume/astroid_1592495912194/work
16
16
 
17
17
  bcrypt==3.1.7
18
18
 
@@ -30,13 +30,13 @@
30
30
 
31
31
  ecdsa==0.13
32
32
 
33
- email-validator **@ file:///home/conda/feedstock_root/build_artifacts/email_validator_1589962946737/work**
33
+ email-validator @ file:///home/conda/feedstock_root/build_artifacts/email_validator_1589962946737/work
34
34
 
35
35
  flake8==3.8.3
36
36
 
37
37
  Flask==1.1.2
38
38
 
39
- Flask-Admin **@ file:///tmp/build/80754af9/flask-admin_1592429635880/work**
39
+ Flask-Admin @ file:///tmp/build/80754af9/flask-admin_1592429635880/work
40
40
 
41
41
  Flask-Bcrypt==0.7.1
42
42
 
@@ -68,7 +68,7 @@
68
68
 
69
69
  MarkupSafe==1.1.1
70
70
 
71
- matplotlib **@ file:///Users/runner/miniforge3/conda-bld/matplotlib-base_1592576116805/work**
71
+ matplotlib @ file:///Users/runner/miniforge3/conda-bld/matplotlib-base_1592576116805/work
72
72
 
73
73
  mccabe==0.6.1
74
74
 
@@ -80,11 +80,11 @@
80
80
 
81
81
  numpy==1.18.5
82
82
 
83
- pandas **@ file:///opt/concourse/worker/volumes/live/38d1301c-8fa9-4d2f-662e-34dddf33b183/volume/pandas_1592841668171/work**
83
+ pandas @ file:///opt/concourse/worker/volumes/live/38d1301c-8fa9-4d2f-662e-34dddf33b183/volume/pandas_1592841668171/work
84
84
 
85
85
  psycopg2==2.8.4
86
86
 
87
- pycodestyle **@ file:///home/conda/feedstock_root/build_artifacts/pycodestyle_1589305246696/work**
87
+ pycodestyle @ file:///home/conda/feedstock_root/build_artifacts/pycodestyle_1589305246696/work
88
88
 
89
89
  pycparser==2.20
90
90
 
@@ -92,7 +92,7 @@
92
92
 
93
93
  pyflakes==2.2.0
94
94
 
95
- pylint **@ file:///opt/concourse/worker/volumes/live/42ede439-2571-4cb2-513c-394625d2381b/volume/pylint_1592496039330/work**
95
+ pylint @ file:///opt/concourse/worker/volumes/live/42ede439-2571-4cb2-513c-394625d2381b/volume/pylint_1592496039330/work
96
96
 
97
97
  pyparsing==2.4.7
98
98
 
@@ -100,11 +100,11 @@
100
100
 
101
101
  pytz==2020.1
102
102
 
103
- six **@ file:///home/conda/feedstock_root/build_artifacts/six_1590081179328/work**
103
+ six @ file:///home/conda/feedstock_root/build_artifacts/six_1590081179328/work
104
104
 
105
105
  SQLAlchemy==1.3.17
106
106
 
107
- toml **@ file:///tmp/build/80754af9/toml_1592853716807/work**
107
+ toml @ file:///tmp/build/80754af9/toml_1592853716807/work
108
108
 
109
109
  tornado==6.0.4
110
110
 
@@ -120,8 +120,6 @@
120
120
 
121
121
  zipp==3.1.0
122
122
 
123
-
124
-
125
123
  ```
126
124
 
127
125
 

1

質問内容の箇所を太字

2020/06/26 01:47

投稿

nahi123
nahi123

スコア14

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,6 @@
1
- conda 4.8.3の環境でpip freeze > requirements.txtをするとファイルが作成されるが、バージョンではなく@ fileが作成されるがこれは何でしょうか?
1
+ conda 4.8.3の環境でpip freeze > requirements.txtをするとファイルが作成されるが、バージョンではなく
2
+
3
+ @ fileが作成されるがこれは何でしょうか?
2
4
 
3
5
  バージョンではなく、これが表示される理由も知りたいです。
4
6
 
@@ -6,9 +8,11 @@
6
8
 
7
9
 
8
10
 
11
+ pip freeze > requirements.txt結果
12
+
9
13
  ```ここに言語を入力
10
14
 
11
- astroid @ file:///opt/concourse/worker/volumes/live/b22b518b-f584-4586-5ee9-55bfa4fca96e/volume/astroid_1592495912194/work
15
+ astroid **@ file:///opt/concourse/worker/volumes/live/b22b518b-f584-4586-5ee9-55bfa4fca96e/volume/astroid_1592495912194/work**
12
16
 
13
17
  bcrypt==3.1.7
14
18
 
@@ -26,13 +30,13 @@
26
30
 
27
31
  ecdsa==0.13
28
32
 
29
- email-validator @ file:///home/conda/feedstock_root/build_artifacts/email_validator_1589962946737/work
33
+ email-validator **@ file:///home/conda/feedstock_root/build_artifacts/email_validator_1589962946737/work**
30
34
 
31
35
  flake8==3.8.3
32
36
 
33
37
  Flask==1.1.2
34
38
 
35
- Flask-Admin @ file:///tmp/build/80754af9/flask-admin_1592429635880/work
39
+ Flask-Admin **@ file:///tmp/build/80754af9/flask-admin_1592429635880/work**
36
40
 
37
41
  Flask-Bcrypt==0.7.1
38
42
 
@@ -64,7 +68,7 @@
64
68
 
65
69
  MarkupSafe==1.1.1
66
70
 
67
- matplotlib @ file:///Users/runner/miniforge3/conda-bld/matplotlib-base_1592576116805/work
71
+ matplotlib **@ file:///Users/runner/miniforge3/conda-bld/matplotlib-base_1592576116805/work**
68
72
 
69
73
  mccabe==0.6.1
70
74
 
@@ -76,11 +80,11 @@
76
80
 
77
81
  numpy==1.18.5
78
82
 
79
- pandas @ file:///opt/concourse/worker/volumes/live/38d1301c-8fa9-4d2f-662e-34dddf33b183/volume/pandas_1592841668171/work
83
+ pandas **@ file:///opt/concourse/worker/volumes/live/38d1301c-8fa9-4d2f-662e-34dddf33b183/volume/pandas_1592841668171/work**
80
84
 
81
85
  psycopg2==2.8.4
82
86
 
83
- pycodestyle @ file:///home/conda/feedstock_root/build_artifacts/pycodestyle_1589305246696/work
87
+ pycodestyle **@ file:///home/conda/feedstock_root/build_artifacts/pycodestyle_1589305246696/work**
84
88
 
85
89
  pycparser==2.20
86
90
 
@@ -88,7 +92,7 @@
88
92
 
89
93
  pyflakes==2.2.0
90
94
 
91
- pylint @ file:///opt/concourse/worker/volumes/live/42ede439-2571-4cb2-513c-394625d2381b/volume/pylint_1592496039330/work
95
+ pylint **@ file:///opt/concourse/worker/volumes/live/42ede439-2571-4cb2-513c-394625d2381b/volume/pylint_1592496039330/work**
92
96
 
93
97
  pyparsing==2.4.7
94
98
 
@@ -96,11 +100,11 @@
96
100
 
97
101
  pytz==2020.1
98
102
 
99
- six @ file:///home/conda/feedstock_root/build_artifacts/six_1590081179328/work
103
+ six **@ file:///home/conda/feedstock_root/build_artifacts/six_1590081179328/work**
100
104
 
101
105
  SQLAlchemy==1.3.17
102
106
 
103
- toml @ file:///tmp/build/80754af9/toml_1592853716807/work
107
+ toml **@ file:///tmp/build/80754af9/toml_1592853716807/work**
104
108
 
105
109
  tornado==6.0.4
106
110
 
@@ -122,7 +126,7 @@
122
126
 
123
127
 
124
128
 
125
- Conda list
129
+ Conda list結果
126
130
 
127
131
 
128
132