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

Adding Anaconda To Path Or Not

The official recommendation is not to add Anaconda / Python to the Windows PATH environment variabl… Read more Adding Anaconda To Path Or Not

Python Deployment And /usr/bin/env Portability

At the beginning of all my executable Python scripts I put the shebang line: #!/usr/bin/env python … Read more Python Deployment And /usr/bin/env Portability

Conda 'source Deactivate' Produces Error: Too Many Arguments

I'm trying to test out creating virtual envs through conda create on OS X. It's my first re… Read more Conda 'source Deactivate' Produces Error: Too Many Arguments

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