Skip to content

Commit

Permalink
Fix README: CONDA_JL_HOME requires bin/conda (#110)
Browse files Browse the repository at this point in the history
Old instruction README was incorrect since `_install_conda` tries to
install miniconda to `$CONDA_JL_HOME` unless `$CONDA_JL_HOME/bin/conda`
exists:
https://github.com/JuliaPy/Conda.jl/blob/v0.8.1/src/Conda.jl#L157-L159
tkf authored and stevengj committed Jul 16, 2018
1 parent 23ff88f commit e30ec6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -117,7 +117,7 @@ You have to rebuild `Conda.jl` and many of the packages that use it after this.
So as to install their dependancies to the specified enviroment.

```shell
conda create -n conda_jl python
conda create -n conda_jl python conda
export CONDA_JL_HOME="/path/to/miniconda/envs/conda_jl"
julia -e 'Pkg.build("Conda")'
```

0 comments on commit e30ec6a

Please sign in to comment.