Hello,
I just met some behaviour I do not understand with
/bin/csh
:
Create a python venv: python3 -m venv --system-site-packages myvenv
Activate it: source myvenv/bin/activate.csh
Check PATH, /usr/home/myuser/myvenv/bin is before /usr/local/bin
Install a python module that comes with...
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...
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...
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...
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.