Conda.jl
Conda.jl copied to clipboard
Location of pip under Windows is different from Linux/Mac
I want to know why the program pip
installed via Conda.jl on Windows machine is located at ~/.julia/conda/3/Scripts/ while on Linux/Mac, it's at ~/.julia/conda/3/bin/. Why on Windows machine, it's in Scripts subdirectory, not in bin subdirectory? In fact, on Windows machine, ~/.julia/conda/3/bin does not even exist. This creates some inconvenience when we write a function or script that calls pip
.
Thanks!