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

How To Install Packages Into Specific Virtualenv Created By Conda

I want to install python packages after virtualenv is created by conda. But I got the following err… Read more How To Install Packages Into Specific Virtualenv Created By Conda

Conda Not Working Correctly With Fish Shell

When using conda environments inside the fish shell on macOS, python still points to system python … Read more Conda Not Working Correctly With Fish Shell

What Is The Difference Between Conda 'base' And 'root' Enviroments?

I have recently been pulling my hair out trying to organize my conda environments. I ended up reins… Read more What Is The Difference Between Conda 'base' And 'root' Enviroments?

Python Openfermion Package - Module Not Found Errors

I'm trying to run a script that, among other things, relies on the Openfermion package from Goo… Read more Python Openfermion Package - Module Not Found Errors

Using Conda Enviroment In Snakemake On Sge Cluster Problem

Related: SnakeMake rule with Python script, conda and cluster I have been trying to set up my Snake… Read more Using Conda Enviroment In Snakemake On Sge Cluster Problem

How To Install Deprecated/unsupported Python 3.4 On Conda Environment?

Since the deprecation of Python 3.4, conda has removed it from its package list. Is there a way, ho… Read more How To Install Deprecated/unsupported Python 3.4 On Conda Environment?