kopia lustrzana https://github.com/jupyterhub/repo2docker
Check beginning of the string only for Julia
Only uses the beginning of the string to determine which version of Python we use in Juliapull/429/head
rodzic
a161b0925a
commit
126e22d3e0
|
@ -2,7 +2,7 @@
|
||||||
using PyPlot
|
using PyPlot
|
||||||
|
|
||||||
# Make sure we are re-using the same conda python
|
# Make sure we are re-using the same conda python
|
||||||
if PyCall.libpython != "/srv/conda/lib/libpython3.6m"
|
if ! startswith(PyCall.libpython, ENV["NB_PYTHON_PREFIX"] * "/lib")
|
||||||
println("Not re-using conda python! Using " * PyCall.libpython * " instead")
|
println("Not re-using conda python! Using " * PyCall.libpython * " instead")
|
||||||
exit(1)
|
exit(1)
|
||||||
end
|
end
|
||||||
|
@ -16,4 +16,3 @@ if isfile("graph.png")
|
||||||
else
|
else
|
||||||
exit(1)
|
exit(1)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue