Hi, everyone,
I use Linux for a couple of years (always Debian based distros), and recently I've started to use Solus OS. As a data scientist and Python developer, I spend a lot of time on Sublime Text 3, building functions, classes or even entire projects. To run my python files I normally use Terminus (package that runs the OS terminal inside ST3, totally integrated)
I also use miniconda (a minimalistic version of the Anaconda Python Distribution), where through my terminal I can manage my Python environments for my projects.
Normally I use "source activate env_name" and then the python environment is activated in the terminal. I've added miniconda to my /.bashrc file and it is working on any instance of the OS terminal I run, but when I try to run the same terminal via Terminus, within an ST3 instance, the "source activate env_name" does not work as expected.
I'm sending a print screen to show in detail the error I'm getting here.
I will be grateful if anyone can help me.
Thanks!