what do you see when at the julia> prompt you type (notice the backtics are not single quotes) run(`pwd`)
On Friday, August 19, 2016 at 8:47:07 AM UTC-4, Pigskin Ablanket wrote: > > The link to the folder is: > https://github.com/dscotthunter/Fantasy-Hockey-IP-Code which has a zip > file of the code and sample information > > I was unable to det the file via: $ git clone > https://github.com/dscotthunter/Fantasy-Hockey-IP-Code so I downloaded > the CSV file and extracted it. I feel like I need to extract those files > to a specific location, but cnat figure out where.....as I dont know what > directory I have Julia working in (if that makes sense). > > > > On Friday, August 19, 2016 at 8:40:31 AM UTC-4, Jeffrey Sarnoff wrote: >> >> Where is the code that you downloaded, what is the http:// of that? >> >> >> On Friday, August 19, 2016 at 6:09:05 AM UTC-4, Pigskin Ablanket wrote: >>> >>> Ok, I am trying to familiarize myself with a study published using >>> Julia. I have Julia up and running, but cant seep to get the actual code >>> open. >>> >>> Here is what I done so far: >>> >>> julia> Pkg.add("JuMP") >>> julia> Pkg.add("DataFrames") >>> julia> Pkg.add("GLPKMathProgInterface") >>> >>> I believe I successfully added the requisite programs. all good. Now I >>> downloaded the code via CSV. >>> >>> It contains the Code in a .jl file, license file, readme file and a couple >>> excel CSV files needed. >>> >>> I tried top open the file using Julia> Open("Filename.jl") and got the >>> following error: >>> >>> *No such file or directory in open at iostream.jl:90 **in open at >>> **iostream.jl:99* >>> >>> My sense is that I dont have the file in the right directory, but this is >>> where I get over my skis. >>> >>> Is that the issue? How do I make Julia find the file? Sorry or such basic >>> questions !!!! >>> >>>
