virtualenv

  1. K

    jails Question about configuring a docker image to jails.

    Hello! I am currently working on a project in python and i need to have a virtual environment from miniconda. Since there is no miniconda in freebsd i tried to install some packages that were listed onthe dependencies on my own at virtualenv. Well, long story short there are some packages...
  2. T

    Python rc.d with daemon(8), python and virtualenv

    Hi, I'd like to create an rc.d script that uses daemon(8) to manage a python(3) script with dependencies from virtualenv (daemonization, logging and be automatically restarted on exit). I am not sure what's the right way to approach this. My initial version used the script as command...
  3. Sato

    virtualenv "Not found"

    Hi, I have setup a virtualenv with success on my FreeBSD with this command: virtualenv -p /usr/local/bin/python3 venv But when i want to activate the virtual environement with this command: source venv/bin/activate I obtain this response form terminal: /bin/sh: source: not found An idea of...
Back
Top