Install packages into existing conda environment specified in environment.yml
Question or issue on macOS: I have anaconda environment called ‘juldou_learning’.
Continue ReadingQuestion or issue on macOS: I have anaconda environment called ‘juldou_learning’.
Continue ReadingQuestion or issue on macOS: I am trying to build osx support for a project on Travis. The problem is osx don’t ship python virtualenv natively. Here is the issue for that. I have gone through that issue and modified my travis file accordingly. Still my builds are failing with osx. Here is a travis […]
Continue ReadingQuestion or issue on macOS: I previously had Conda running smoothly on Mojave, but I’ve found that the upgrade to Catalina moves the “anaconda3” folder to your Desktop > Relocated Items > Security > anaconda3. It seems Catalina’s security settings may not allow applications to install directly under the user directory anymore.
Continue ReadingQuestion or issue on macOS: I’ve just updated my MacBook to Catalina. After the update, zsh can’t find anymore. In fact, in my .zshrc I had:
Continue ReadingQuestion or issue on macOS: I’m trying to create a virtual environment. I’ve followed steps from both Conda and Medium.
Continue ReadingQuestion or issue on macOS: I’m trying to activate my conda env via a bash script. Even though the script runs fine and my PATH appears to be changed within the script, it’s getting reset somehow after the script terminates. I can call source activate test from the cmd line and it works fine. An […]
Continue ReadingQuestion or issue on macOS: I am running Mac 10.9 Mavericks and have installed Anaconda. However, despite that, when I access python via terminal, I still get the default Apple version:
Continue ReadingQuestion or issue on macOS: I’m new to Conda package management and I want to get the latest version of Python to use f-strings in my code. Currently my version is (python -V):
Continue Reading