diff options
Diffstat (limited to 'starlingx/initialize.sh')
-rwxr-xr-x | starlingx/initialize.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starlingx/initialize.sh b/starlingx/initialize.sh index 758d0324..fca55299 100755 --- a/starlingx/initialize.sh +++ b/starlingx/initialize.sh @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -pip install -r requirements.txt +pip3 install -r requirements.txt |