Skip to content

Commit e36677f

Browse files
authored
Merge pull request binder-examples#1 from emigre459/OS-specificity-patch
Update README.md
2 parents eb64188 + 5e2f7a7 commit e36677f

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,17 @@ depend, specified as though they were created using the following `conda` comman
1414

1515
```
1616
source activate example-environment
17-
conda env export > environment.yml
17+
conda env export --no-builds -f environment.yml
1818
```
1919

2020
Note that the only libraries available to you will be the ones specified in
21-
the `environment.yml`, so be sure to include everything that you need!
21+
the `environment.yml`, so be sure to include everything that you need!
22+
23+
Also note that conda will possibly try to include OS-specific packages in `environment.yml`, so you
24+
may have to manually prune `environment.yml` to get rid of these packages. Confirmed Mac-OSX-specific
25+
packages that should be removed are:
26+
27+
* libcxxabi=4.0.1
28+
* appnope=0.1.0
29+
* libgfortran=3.0.1
30+
* libcxx=4.0.1

0 commit comments

Comments
 (0)