electro-smith / pd2dsy

Utility for converting Pure Data (Vanilla) patches to Daisy projects.
GNU General Public License v3.0
77 stars 11 forks source link

bash: ./pd_env/bin/activate: No such file or directory #27

Open alexmlucas opened 1 year ago

alexmlucas commented 1 year ago

I get the error above when following the installation guide. I'm using Debian 11 with Python 3.9.2. I execute the terminal command below while in the pd2dsy folder

source ./pd_env/bin/activate

takumi-ogata commented 1 year ago

Hi Alex, I'm sorry for the delay in response.

Is there pd_env in your pd2dsy folder? If not, please double check that you didn't accidentally overlook a step during the installation.

dromer commented 1 year ago

The install.sh script should create the pd_env virtual environment.

If you skipped that step then you don't have this in place.