Libffi and ffmpeg binaries python

I use python and I have two questions…

  1. discord.py is a package which requires libffi-dev package in debian based distros and FFmpeg static binaries for music purposes (Which I am doing). Is there any way to install those packages in Glitch (as seeing they require apt-get)

  2. Is python 3 the default version of python you provide, cause my app needs it :thinking:

Just a heads up, python isn’t technically supported as far as I know.

That being said… ffmpeg (binaries) 2.8.11 is available and it looks like the default version of Python is 2.7.12. I imagine that once Python is on the supported side they’ll do something like use pyenv so multiple versions of Python can be used kind of how nvm is used now to control the node version.