Commit e0e34122 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

added hint for commands

parent 5a255901
Pipeline #142 passed with stages
in 11 seconds
#!/bin/bash #!/bin/bash
echo "===================== prepare for installation =====================" echo "===================== prepare for installation ====================="
echo " > whoami"
whoami whoami
echo " > uname -a"
uname -a uname -a
echo " > pwd"
pwd pwd
echo " > ls -a"
ls -a ls -a
# define environment variables # define environment variables
...@@ -10,9 +14,11 @@ export CSST_SIMS_C3="/nfsdata/share/csst_simulation_data/Cycle-3-SimuData/" ...@@ -10,9 +14,11 @@ export CSST_SIMS_C3="/nfsdata/share/csst_simulation_data/Cycle-3-SimuData/"
export CSST_SIMS_C5_2="/nfsdata/share/csst_simulation_data/Cycle-5-SimuData/" export CSST_SIMS_C5_2="/nfsdata/share/csst_simulation_data/Cycle-5-SimuData/"
export AUX_DIR="/nfsdata/users/csstpipeline/L1Pipeline/unittests/" export AUX_DIR="/nfsdata/users/csstpipeline/L1Pipeline/unittests/"
echo "Python executor and version" echo " > which python"
which python which python
echo " > which pip"
which pip which pip
echo " > python --version"
python --version python --version
echo "===================== isntall requirements =====================" echo "===================== isntall requirements ====================="
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment