radiasoft / jupyter.radiasoft.org

RadiaSoft public Jupyter Server announcements and global configuration
https://jupyter.radiasoft.org
Apache License 2.0
4 stars 0 forks source link

Synergia Command Not Found #14

Closed jseldred closed 7 years ago

jseldred commented 7 years ago

After the most recent server restart, I encounter the following error when trying to run the 'synergia' command:

pyenv: synergia: command not found The `synergia' command exists in these Python versions: 2.7.12/envs/py2 py2

Can you direct me to the correct way to solve this problem?

Thank you for your time.

robnagler commented 7 years ago

As a workaround please enter this command in the terminal:

pyenv activate py2

We'

jseldred commented 7 years ago

This fixed the problem. Thank you very much.

I also had to restart my server before entering this command.

robnagler commented 7 years ago

@jseldred The problem should be fixed. You might want to restart your server when you get a chance. This will clear up some networking issues.

The reason the python environment wasn't right was that outbound network connections were being blocked (lost, actually). This prevented some python environment fix up code from running.