You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ketch: I got the conda install to work so that I can import the python codes, but it seems to install these in the ~/anaconda/envs/.../lib/python2.7/site-packages and remove the source. Your email to claw-users about this indicated that this was a good way for users of classic, amrclaw, etc. to install without worrying about f2py choking, but how do you access any of those codes?
The text was updated successfully, but these errors were encountered:
I'm seeing the same behavior you describe. Sorry for not testing more thoroughly.
There must be a way to force conda to copy specific files into the build, but it's surprisingly difficult to figure out. Of course, the way GeoClaw/AMRClaw/etc. are distributed (copying source) is just what Conda was built to avoid, so perhaps this is not surprising.
@ketch: I got the
conda install
to work so that I can import the python codes, but it seems to install these in the~/anaconda/envs/.../lib/python2.7/site-packages
and remove the source. Your email toclaw-users
about this indicated that this was a good way for users ofclassic
,amrclaw
, etc. to install without worrying aboutf2py
choking, but how do you access any of those codes?The text was updated successfully, but these errors were encountered: