Spaces:
Sleeping
Sleeping
Update setup_environment.py
Browse files- setup_environment.py +1 -4
setup_environment.py
CHANGED
@@ -126,10 +126,7 @@ def initialize_environment():
|
|
126 |
check_stf_alternative_installed()
|
127 |
|
128 |
# stf-api-alternative에서 pip install . 실행
|
129 |
-
run_pip_install("/
|
130 |
-
|
131 |
-
# stf-api-tools에서 pip install . 실행
|
132 |
-
run_pip_install("/home/user/app/stf/stf-api-tools")
|
133 |
|
134 |
# PYTHONPATH 설정
|
135 |
set_pythonpath()
|
|
|
126 |
check_stf_alternative_installed()
|
127 |
|
128 |
# stf-api-alternative에서 pip install . 실행
|
129 |
+
run_pip_install("/tmp/stf/stf-api-alternative")
|
|
|
|
|
|
|
130 |
|
131 |
# PYTHONPATH 설정
|
132 |
set_pythonpath()
|