mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-22 00:03:20 +01:00
11 lines
113 B
Bash
11 lines
113 B
Bash
#!/bin/bash
|
|
|
|
source installer/bin/activate
|
|
|
|
conda-unpack
|
|
|
|
conda --version
|
|
git --version
|
|
|
|
scripts/on_env_start.sh
|