JuliaPy / Conda.jl

Conda managing Julia binary dependencies
Other
172 stars 57 forks source link

Location of pip under Windows is different from Linux/Mac #172

Open BoundaryValueProblems opened 4 years ago

BoundaryValueProblems commented 4 years ago

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!