|
|
|
|
|
|
commands: |
|
|
|
- which python3 |
|
|
|
- sudo apt-get update && sudo apt-get install -y python3-venv |
|
|
|
- python3 -m venv venv |
|
|
|
- source venv/bin/activate |
|
|
|
- which python3 |
|
|
|
- python3 -m venv venv && source venv/bin/activate && which python3 |
|
|
|
- python3 -m pip install pyyaml --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple |
|
|
|
- python3 -m pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade |
|
|
|
- unity-downloader-cli -u {{ editor.version }} -c editor --wait --fast |
|
|
|