8 lines
136 B
Bash
Executable File
8 lines
136 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
pip freeze > requirements.txt
|
|
ls -l requirements.txt
|
|
|
|
python --version > pythonversion.txt
|
|
ls -l pythonversion.txt
|