Skip to content

Commit 33341f0

Browse files
committed
the python command upgrade
1 parent 43602d3 commit 33341f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Temp/bash/python_command.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,6 @@ python3 -m tox --showconfig > ./Temp/help/python3_tox_show_config.txt
140140
```bash
141141
tox --result-json
142142

143-
python2 -m tox --result-json > ./Temp/help/python2_tox_result_json.txt
144-
python3 -m tox --result-json > ./Temp/help/python3_tox_result_json.txt
143+
python2 -m tox --result-json ./Temp/help/python2_tox_result_json.txt
144+
python3 -m tox --result-json ./Temp/help/python3_tox_result_json.txt
145145
```

0 commit comments

Comments
 (0)