Mac Installer Python 3.8

More
4 years 5 months ago #2897 by uzerbinati
Hi, I've tried to install NGSOLVE on a Macbook today. I've noticed that in the last release (i.e NGSOLVE 6.2.2006) uses Python 3.8 but in the docs is suggested to add Python 3.7 to the PYTHONPATH.
Changing the following line:
Code:
export PYTHONPATH=$PYTHONPATH:/Applications/Netgen.app/Contents/Resources/lib/python3.7/site-packages:.
into
Code:
export PYTHONPATH=$PYTHONPATH:/Applications/Netgen.app/Contents/Resources/lib/python3.8/site-packages:.
solved some problems for me.
I don't know if this might be helpful to some one.
Time to create page: 0.122 seconds