We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9dd1e8 commit cd41311Copy full SHA for cd41311
.devcontainer/onCreate-conda.sh
@@ -10,5 +10,4 @@ mamba env create -y --file environment-3.11-linux.yml || mamba env update -y --f
10
conda init bash
11
12
# Build sage
13
-conda run -n sage-dev ./bootstrap
14
-conda run -n sage-dev pip install --no-build-isolation -v -v -e ./src
+conda run -n sage-dev pip install --no-build-isolation -v -v -e .
0 commit comments