Installing AUTO-07P on Ubuntu 18.04 Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)math operations from array elements in bash scriptAlias to open multiple text files in different directories from terminalHow to use i2cset to display the ip addressSome error messages displayed when I start terminal (both as root and as normal user)Run multiple line as a single line command bashEnvironment Variable seems to be set yet not workingBash Scripting for opening ssh, python shell and python commandsbash is looking for a missing ' " ' , unexpected EOFbash: syntax error with pandas.read_excelInstalling Ruby On Rails shows errors on line 168
Should a wizard buy fine inks every time he want to copy spells into his spellbook?
How much damage would a cupful of neutron star matter do to the Earth?
How does light 'choose' between wave and particle behaviour?
What would you call this weird metallic apparatus that allows you to lift people?
Google .dev domain strangely redirects to https
Asymptotics question
How to write capital alpha?
What does 丫 mean? 丫是什么意思?
Mounting TV on a weird wall that has some material between the drywall and stud
Nose gear failure in single prop aircraft: belly landing or nose-gear up landing?
Is it possible for SQL statements to execute concurrently within a single session in SQL Server?
Co-worker has annoying ringtone
Resize vertical bars (absolute-value symbols)
Monty Hall Problem-Probability Paradox
Is it dangerous to install hacking tools on my private linux machine?
i2c bus hangs in master RPi access to MSP430G uC ~1 in 1000 accesses
White walkers, cemeteries and wights
What does it mean that physics no longer uses mechanical models to describe phenomena?
Can two people see the same photon?
what is the log of the PDF for a Normal Distribution?
In musical terms, what properties are varied by the human voice to produce different words / syllables?
How to ask rejected full-time candidates to apply to teach individual courses?
Simple Line in LaTeX Help!
The test team as an enemy of development? And how can this be avoided?
Installing AUTO-07P on Ubuntu 18.04
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)math operations from array elements in bash scriptAlias to open multiple text files in different directories from terminalHow to use i2cset to display the ip addressSome error messages displayed when I start terminal (both as root and as normal user)Run multiple line as a single line command bashEnvironment Variable seems to be set yet not workingBash Scripting for opening ssh, python shell and python commandsbash is looking for a missing ' " ' , unexpected EOFbash: syntax error with pandas.read_excelInstalling Ruby On Rails shows errors on line 168
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I am trying to install the numerical continuation software AUTO-07P on a new installation of Ubuntu 18.04.
After installing all the required packages I had to copy .bashrc
to the home folder, and then to add the line
source $HOME/auto/07p/cmds/auto.env
at the end of the .bashrc
file. However, I got the following error message:
setenv: command not found
bash: /home/ohm18/auto/07p/cmds/auto.env: line 5: syntax error near unexpected token `('
bash: /home/ohm18/auto/07p/cmds/auto.env: line 5: `set path=($AUTO_DIR/cmds $AUTO_DIR/bin $path)'
How can I fix this problem?
18.04 bash software-installation bashrc
add a comment |
I am trying to install the numerical continuation software AUTO-07P on a new installation of Ubuntu 18.04.
After installing all the required packages I had to copy .bashrc
to the home folder, and then to add the line
source $HOME/auto/07p/cmds/auto.env
at the end of the .bashrc
file. However, I got the following error message:
setenv: command not found
bash: /home/ohm18/auto/07p/cmds/auto.env: line 5: syntax error near unexpected token `('
bash: /home/ohm18/auto/07p/cmds/auto.env: line 5: `set path=($AUTO_DIR/cmds $AUTO_DIR/bin $path)'
How can I fix this problem?
18.04 bash software-installation bashrc
add a comment |
I am trying to install the numerical continuation software AUTO-07P on a new installation of Ubuntu 18.04.
After installing all the required packages I had to copy .bashrc
to the home folder, and then to add the line
source $HOME/auto/07p/cmds/auto.env
at the end of the .bashrc
file. However, I got the following error message:
setenv: command not found
bash: /home/ohm18/auto/07p/cmds/auto.env: line 5: syntax error near unexpected token `('
bash: /home/ohm18/auto/07p/cmds/auto.env: line 5: `set path=($AUTO_DIR/cmds $AUTO_DIR/bin $path)'
How can I fix this problem?
18.04 bash software-installation bashrc
I am trying to install the numerical continuation software AUTO-07P on a new installation of Ubuntu 18.04.
After installing all the required packages I had to copy .bashrc
to the home folder, and then to add the line
source $HOME/auto/07p/cmds/auto.env
at the end of the .bashrc
file. However, I got the following error message:
setenv: command not found
bash: /home/ohm18/auto/07p/cmds/auto.env: line 5: syntax error near unexpected token `('
bash: /home/ohm18/auto/07p/cmds/auto.env: line 5: `set path=($AUTO_DIR/cmds $AUTO_DIR/bin $path)'
How can I fix this problem?
18.04 bash software-installation bashrc
18.04 bash software-installation bashrc
asked 1 min ago
OhmOhm
1901417
1901417
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1135699%2finstalling-auto-07p-on-ubuntu-18-04%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1135699%2finstalling-auto-07p-on-ubuntu-18-04%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown