Hello
Goal
My goal is to set up a Python application in a virtual environment in FreeBSD, and run it from there.
Setup
I have created the virtual environment, activated it, installed pip within this and ran
pip install -r requirements.txt
The installation went well, and I could list out all...
Hi All,
I am trying to install Jupyterlab on freebsd 13 using python virtual environment. Initially I ran into trouble. But searching online I was able to install it using;
export C_INCLUDE_PATH=/usr/local/include/:${C_INCLUDE_PATH}
export...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.