mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 01:40:05 +00:00
--break-system-packages may not be a valid pip argument
This commit is contained in:
parent
1133548207
commit
401831bbe3
1 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
pip install --upgrade --user --break-system-packages "conan<2.0"
|
||||
pip install --upgrade --user --break-system-packages geopandas
|
||||
pip install --upgrade --user --break-system-packages GitPython
|
||||
pip install --upgrade --user "conan<2.0"
|
||||
pip install --upgrade --user geopandas
|
||||
pip install --upgrade --user GitPython
|
||||
conan profile new default --detect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue