-
Published Question
After following this tutorial to set up flask on nginx and uwsgi (https://www.digitalocean.com/community/tutorials/how-to-serve-flask-applications-with-uwsgi-and-nginx-on-ubuntu-14-04) on Ubuntu 14.04, I managed to ge...
3
•
•
By
dter
Python Frameworks
Python
Deployment
Nginx
Logging
Ubuntu
-
Published Question
I'm having a nightmare starting a fresh new droplet; First, an issue with the locale. LANGUAGE and LCALL are always unset -> no problem, followed the several possible online solutions including: export LANGUAGE=enUS.U...
1
•
•
By
dter
Deployment
DigitalOcean
Linux Basics
Billing
Linux Commands
Ubuntu
-
Published Answer
This was dead simple: sudo apt-get install gfortran . Locally I installed this on my mac OS using an installer .dmg, getting …
•
By
dter
-
Published Question
I have some python packages which are based on fortran and require f77 and f90 compiling. Is it possible to install a gfortran compiler on my unix droplet?
1
•
•
By
dter
Deployment
Python
Ubuntu