我是Ubuntu的新手,我一直在尝试运行第一个fenics教程,但是我一直收到一个错误,上面写着:没有这样的文件或目录。
我下载了第一个程序,它在我的计算机的下载文件夹中,但我似乎无法在Ubuntu上访问它。
我能从Ubuntu那里得到这个文件吗?
发布于 2021-06-07 19:19:36
启动终端并输入添加Fenics PPA并安装其软件包的命令:
sudo add-apt-repository ppa:fenics-packages/fenics
sudo apt-get update
sudo apt-get install fenics
sudo apt-get dist-upgrade然后从终端测试您的安装:
python -c 'import fenics'来源:https://fenicsproject.org/pub/tutorial/sphinx1/._ftut1002.html
https://askubuntu.com/questions/1344367
复制相似问题