質問編集履歴
2
質問細く
title
CHANGED
File without changes
|
body
CHANGED
@@ -3,9 +3,9 @@
|
|
3
3
|
バージョンではなく、これが表示される理由も知りたいです。
|
4
4
|
素人なので、わかりやすく説明してもらえると助かります。
|
5
5
|
|
6
|
-
pip freeze > requirements.txt結果
|
6
|
+
pip freeze > requirements.txt結果 (質問以下の バージョンではなく@fileが表示される理由)
|
7
7
|
```ここに言語を入力
|
8
|
-
astroid
|
8
|
+
astroid @ file:///opt/concourse/worker/volumes/live/b22b518b-f584-4586-5ee9-55bfa4fca96e/volume/astroid_1592495912194/work
|
9
9
|
bcrypt==3.1.7
|
10
10
|
blinker==1.4
|
11
11
|
certifi==2020.6.20
|
@@ -14,10 +14,10 @@
|
|
14
14
|
cycler==0.10.0
|
15
15
|
dnspython==1.16.0
|
16
16
|
ecdsa==0.13
|
17
|
-
email-validator
|
17
|
+
email-validator @ file:///home/conda/feedstock_root/build_artifacts/email_validator_1589962946737/work
|
18
18
|
flake8==3.8.3
|
19
19
|
Flask==1.1.2
|
20
|
-
Flask-Admin
|
20
|
+
Flask-Admin @ file:///tmp/build/80754af9/flask-admin_1592429635880/work
|
21
21
|
Flask-Bcrypt==0.7.1
|
22
22
|
Flask-Login==0.5.0
|
23
23
|
Flask-Mail==0.9.1
|
@@ -33,25 +33,25 @@
|
|
33
33
|
kiwisolver==1.2.0
|
34
34
|
lazy-object-proxy==1.4.3
|
35
35
|
MarkupSafe==1.1.1
|
36
|
-
matplotlib
|
36
|
+
matplotlib @ file:///Users/runner/miniforge3/conda-bld/matplotlib-base_1592576116805/work
|
37
37
|
mccabe==0.6.1
|
38
38
|
mkl-fft==1.1.0
|
39
39
|
mkl-random==1.1.1
|
40
40
|
mkl-service==2.3.0
|
41
41
|
numpy==1.18.5
|
42
|
-
pandas
|
42
|
+
pandas @ file:///opt/concourse/worker/volumes/live/38d1301c-8fa9-4d2f-662e-34dddf33b183/volume/pandas_1592841668171/work
|
43
43
|
psycopg2==2.8.4
|
44
|
-
pycodestyle
|
44
|
+
pycodestyle @ file:///home/conda/feedstock_root/build_artifacts/pycodestyle_1589305246696/work
|
45
45
|
pycparser==2.20
|
46
46
|
pycryptodome==3.9.7
|
47
47
|
pyflakes==2.2.0
|
48
|
-
pylint
|
48
|
+
pylint @ file:///opt/concourse/worker/volumes/live/42ede439-2571-4cb2-513c-394625d2381b/volume/pylint_1592496039330/work
|
49
49
|
pyparsing==2.4.7
|
50
50
|
python-dateutil==2.8.1
|
51
51
|
pytz==2020.1
|
52
|
-
six
|
52
|
+
six @ file:///home/conda/feedstock_root/build_artifacts/six_1590081179328/work
|
53
53
|
SQLAlchemy==1.3.17
|
54
|
-
toml
|
54
|
+
toml @ file:///tmp/build/80754af9/toml_1592853716807/work
|
55
55
|
tornado==6.0.4
|
56
56
|
typed-ast==1.4.1
|
57
57
|
Werkzeug==1.0.1
|
@@ -59,7 +59,6 @@
|
|
59
59
|
WTForms==2.3.1
|
60
60
|
xlrd==1.2.0
|
61
61
|
zipp==3.1.0
|
62
|
-
|
63
62
|
```
|
64
63
|
|
65
64
|
Conda list結果
|
1
質問内容の箇所を太字
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,9 +1,11 @@
|
|
1
|
-
conda 4.8.3の環境でpip freeze > requirements.txtをするとファイルが作成されるが、バージョンではなく
|
1
|
+
conda 4.8.3の環境でpip freeze > requirements.txtをするとファイルが作成されるが、バージョンではなく
|
2
|
+
@ fileが作成されるがこれは何でしょうか?
|
2
3
|
バージョンではなく、これが表示される理由も知りたいです。
|
3
4
|
素人なので、わかりやすく説明してもらえると助かります。
|
4
5
|
|
6
|
+
pip freeze > requirements.txt結果
|
5
7
|
```ここに言語を入力
|
6
|
-
astroid @ file:///opt/concourse/worker/volumes/live/b22b518b-f584-4586-5ee9-55bfa4fca96e/volume/astroid_1592495912194/work
|
8
|
+
astroid **@ file:///opt/concourse/worker/volumes/live/b22b518b-f584-4586-5ee9-55bfa4fca96e/volume/astroid_1592495912194/work**
|
7
9
|
bcrypt==3.1.7
|
8
10
|
blinker==1.4
|
9
11
|
certifi==2020.6.20
|
@@ -12,10 +14,10 @@
|
|
12
14
|
cycler==0.10.0
|
13
15
|
dnspython==1.16.0
|
14
16
|
ecdsa==0.13
|
15
|
-
email-validator @ file:///home/conda/feedstock_root/build_artifacts/email_validator_1589962946737/work
|
17
|
+
email-validator **@ file:///home/conda/feedstock_root/build_artifacts/email_validator_1589962946737/work**
|
16
18
|
flake8==3.8.3
|
17
19
|
Flask==1.1.2
|
18
|
-
Flask-Admin @ file:///tmp/build/80754af9/flask-admin_1592429635880/work
|
20
|
+
Flask-Admin **@ file:///tmp/build/80754af9/flask-admin_1592429635880/work**
|
19
21
|
Flask-Bcrypt==0.7.1
|
20
22
|
Flask-Login==0.5.0
|
21
23
|
Flask-Mail==0.9.1
|
@@ -31,25 +33,25 @@
|
|
31
33
|
kiwisolver==1.2.0
|
32
34
|
lazy-object-proxy==1.4.3
|
33
35
|
MarkupSafe==1.1.1
|
34
|
-
matplotlib @ file:///Users/runner/miniforge3/conda-bld/matplotlib-base_1592576116805/work
|
36
|
+
matplotlib **@ file:///Users/runner/miniforge3/conda-bld/matplotlib-base_1592576116805/work**
|
35
37
|
mccabe==0.6.1
|
36
38
|
mkl-fft==1.1.0
|
37
39
|
mkl-random==1.1.1
|
38
40
|
mkl-service==2.3.0
|
39
41
|
numpy==1.18.5
|
40
|
-
pandas @ file:///opt/concourse/worker/volumes/live/38d1301c-8fa9-4d2f-662e-34dddf33b183/volume/pandas_1592841668171/work
|
42
|
+
pandas **@ file:///opt/concourse/worker/volumes/live/38d1301c-8fa9-4d2f-662e-34dddf33b183/volume/pandas_1592841668171/work**
|
41
43
|
psycopg2==2.8.4
|
42
|
-
pycodestyle @ file:///home/conda/feedstock_root/build_artifacts/pycodestyle_1589305246696/work
|
44
|
+
pycodestyle **@ file:///home/conda/feedstock_root/build_artifacts/pycodestyle_1589305246696/work**
|
43
45
|
pycparser==2.20
|
44
46
|
pycryptodome==3.9.7
|
45
47
|
pyflakes==2.2.0
|
46
|
-
pylint @ file:///opt/concourse/worker/volumes/live/42ede439-2571-4cb2-513c-394625d2381b/volume/pylint_1592496039330/work
|
48
|
+
pylint **@ file:///opt/concourse/worker/volumes/live/42ede439-2571-4cb2-513c-394625d2381b/volume/pylint_1592496039330/work**
|
47
49
|
pyparsing==2.4.7
|
48
50
|
python-dateutil==2.8.1
|
49
51
|
pytz==2020.1
|
50
|
-
six @ file:///home/conda/feedstock_root/build_artifacts/six_1590081179328/work
|
52
|
+
six **@ file:///home/conda/feedstock_root/build_artifacts/six_1590081179328/work**
|
51
53
|
SQLAlchemy==1.3.17
|
52
|
-
toml @ file:///tmp/build/80754af9/toml_1592853716807/work
|
54
|
+
toml **@ file:///tmp/build/80754af9/toml_1592853716807/work**
|
53
55
|
tornado==6.0.4
|
54
56
|
typed-ast==1.4.1
|
55
57
|
Werkzeug==1.0.1
|
@@ -60,7 +62,7 @@
|
|
60
62
|
|
61
63
|
```
|
62
64
|
|
63
|
-
Conda list
|
65
|
+
Conda list結果
|
64
66
|
|
65
67
|
```ここに言語を入力
|
66
68
|
astroid 2.4.2 py37_0 anaconda
|