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 ./activatebut I get a notification:
/ bin / sh: 1: source: not foundwhy it happens? I thought the source is in bash by eliciting? How to solve this problem?
41 Answer
please replace "source ./activate" with ". ./activate"
good luck.
5