-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to install packages with conda #39
Comments
Oups I raise the issue in the wrong repo @jtpio |
Thanks!
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Binder allows installation of additional packages within the actual environement by exposing the conda binary and the related base environment. For instance:
leads to
This is very convenient to install extra package we might have forgot (albeit not a very good practice 🤔):
With tljh-repo2docker, it seems that the conda binary is not accessible:
leads to
indeed, conda binary is in
/srv/conda/bin/
that is not isPATH
:However, it also appears that the base conda environment is not writable to the current user:
gives
Would it be possible to make the conda bin directory available in
PATH
and the base environment writable?The text was updated successfully, but these errors were encountered: