Relative Content

Tag Archive for pythonanacondaconda

Conda build install shared libraries in env

I have a python library in C++ that I can install via pip provided all libraries are installed on the system. I want to make it easier for users so I want a conda package that would also install the libraries required by my library to run : libblas, liblapack in particular.

Set Up Embedded Python Environment with Conda

I want to use an embedded version of Python, but I also want to use the Anaconda distribution.
I need some help setting up my environment. I want to create a custom conda environment with the latest embedded Python version. I’ve already installed Anaconda, and I’ve got an embedded version of Python. I’ve created a conda environment using the latest Python version.