Machine learning in Elixir

Sorry for the delay

I mean, when you are going to work on your project, you usually start activating your environment

source myproject_env/bin/activate

and then, you have access to all the dependencies your project needs

python my_app.py

so the question is, can i activate my environment using a port?

pd: I know i can just install all the dependencies in the machine but I want to know if someone knows something about this:)
pd2: Also I want to know how is it do it in a professional environment.

thanks :slight_smile: