I want to make Cygwin  my default julia working env. It proved that I can 
dive into julia successfully within cygwin. However, when I want to use 
package ,say 
using Distributions
, the cmd throwed error message told me that : ArgumentError: distribution 
not found in path
Well, it's clear I have not added the package path to cygwin, an action I 
take for granted in windows cmd.
Can  linux command like 
export PATH=/cgdrive/c/ .. julia package path .. :$PATH
resolve my problem? Any suggestion are highly appreciated.

Reply via email to