Maybe because I'm new to shared environments where I don’t have root access or the dpkg/ family apt, but I wanted to install it from a source (for example, gcc / gdb ), perhaps using wgettarball to grab it, unzip it and hover configure --prefix=$HOMEit before than cause make; make install, but I'm having some problems. Namely, the white list (obvious), and secondly, the configuration step causes me problems.
Can anyone get me through this process? Pythonanywhere comes with make, so it’s not as if they don’t want you to do this.
EDIT
Perhaps gcc / gdb may not be the best example - together they can be close to half the allocated 500 MB of free accounts.
source
share