diff --git a/env/activate b/env/activate index b283a765..79ed3316 100644 --- a/env/activate +++ b/env/activate @@ -23,11 +23,11 @@ else python3.11 -m pip install -r requirements.txt pwd - if [ -d ".git"]; then + if [ -d ".git" ]; then echo "dir check" fi echo "ls:" - ls + ls -a -l pre-commit install cd $TT_TORCH_HOME/third_party git clone https://github.com/pytorch/vision.git