Celeb Glow
general | April 01, 2026

bin/sh: 1: source: not found

I am trying to install fpylll from a repository on Ubuntu 18.04The fpylll instruction in README.rst says that after Automatic install you should do

$ source ./activate

but I get a notification:

/ bin / sh: 1: source: not found

why it happens? I thought the source is in bash by eliciting? How to solve this problem?

4

1 Answer

please replace "source ./activate" with ". ./activate"

see: Bourne shell builtins

good luck.

5

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy