Skip to content Skip to sidebar Skip to footer
Showing posts with the label Environment

Activating A New Conda Env Through Shell From Within Jupyter Notebook

I'm working with a Jupyter Notebook written in Python 3, and I would like to run Python 2 scrip… Read more Activating A New Conda Env Through Shell From Within Jupyter Notebook

Function Not Implemented: 'lib' -> 'my/path/to/venv/lib64'

OS: Manjaro Python: 3.8 On my computer I have 2 partitions, one is where my Manjaro is installed, a… Read more Function Not Implemented: 'lib' -> 'my/path/to/venv/lib64'

Script Runs Fine In Terminal But Not From Launchd

My Python script runs fine in the terminal but when I try to set it up to run once a day at a certa… Read more Script Runs Fine In Terminal But Not From Launchd