FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
matplotlib/.devcontainer/setup.sh at main · fedora-python/matplotlib · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
fedora-python
/
matplotlib
Public
forked from
matplotlib/matplotlib
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
6
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
matplotlib
/
.devcontainer
/
setup.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
13 lines (10 loc) · 373 Bytes
Breadcrumbs
matplotlib
/
.devcontainer
/
setup.sh
Copy path
File metadata and controls
executable file
·
13 lines (10 loc) · 373 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
#!
/bin/bash
set
-e
"
${SHELL}
"
<(
curl -Ls micro.mamba.pm/install.sh
)
<
/dev/null
conda init --all
micromamba shell init -s bash
micromamba env create -f environment.yml --yes
#
Note that `micromamba activate mpl-dev` doesn't work, it must be run by the
#
user (same applies to `conda activate`)
echo
"
envs_dirs:
- /home/codespace/micromamba/envs
"
>
/opt/conda/.condarc
Back
|
FazBrowse Home
|
New Git URL