This is a read only copy of the old FEniCS QA forum. Please visit the new QA forum to ask questions

fenicsproject run command not found

0 votes

Hi
I am very new to fenics. I am using fenics on linux 16.04.
I downloaded and installed the software through linux terminal commands listed in the manual.
To install FEniCS on Ubuntu, run the following commands:

sudo add-apt-repository ppa:fenics-packages/fenics
sudo apt-get update
sudo apt-get install --no-install-recommends fenics
sudo apt-get dist-upgrade

I am not able to run the fenicsproject run command
The command not shown error comes up. What can be done

asked Jan 24, 2017 by Aswinr FEniCS Novice (120 points)

1 Answer

+1 vote

The fenicsproject run command is only for running the FEniCS Docker image. You do not need that since you already have installed the FEniCS Ubuntu packages. All you need to do now is to create your FEniCS Python program and run it in Python.

answered Jan 25, 2017 by johannr FEniCS Expert (17,350 points)

Thank you. Got it running using python and is running well.

...