Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem in testing (or installing, I don't know exactly) #20

Closed
betofc89 opened this issue Jun 6, 2016 · 2 comments
Closed

Problem in testing (or installing, I don't know exactly) #20

betofc89 opened this issue Jun 6, 2016 · 2 comments

Comments

@betofc89
Copy link

betofc89 commented Jun 6, 2016

Hi,

I'm trying to install OpenFOAM 3.0.x in my Mac OS X El Captain, but I'm struggling to get it right. In the "Testing installation" manual (https://github.com/mrklein/openfoam-os-x/wiki/Testing-installation), when it asks me to use the "run" command, the terminal sends me back the following:

-bash: cd: /Users/roberto/OpenFOAM/roberto-3.0.x/run: No such file or directory

I followed all the steps contained in https://github.com/mrklein/openfoam-os-x/wiki/OpenFOAM-release-&-Homebrew , and I'm suspecting that the error above has something to do with the "Build OpenFOAM" section. In this section, the tutorial asks me to run the command:

$ mkdir -p $HOME/.OpenFOAM

but when I run the abover line in the terminal, nothing happens, in other words, no directory is created in the $HOME location. I can't figure what I'm doing wrong.

Thanks in advance,

Roberto

@mrklein
Copy link
Owner

mrklein commented Jun 6, 2016

Hi,

Sorry I forgot mkdir -p "$FOAM_RUN" before run command in Testing installation guide. I have added it to the list of commands.

Concerning $ mkdir -p $HOME/.OpenFOAM, I do not know how you check if directory is created. .OpenFOAM is hidden folder, so usually you do not see it in Finder (unless you have com.apple.finder AppleShowAllFiles set to TRUE), I you use ls, then you need to use -a flag to see this folder in listing.

@mrklein
Copy link
Owner

mrklein commented Jun 8, 2016

Guess, "thumbs up" means "issue can be closed.

@mrklein mrklein closed this as completed Jun 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants