RosettaTechnologies / AnkiBrain

147 stars 20 forks source link

Install issue on MacOS, zsh: permission denied #2

Open taf-fs opened 8 months ago

taf-fs commented 8 months ago

Installing on MacOS using bash script returns zsh: permission denied: ./user_files/venv/bin/activate
installing manually returns zsh: no such file or directory: ./venv/bin/activate (might be a little mistake in the readme maybe?)

fixed it on my machine by using source ./user_files/venv/bin/activate instead

might be one of the causes of the infinite loop in "Starting AI Engine" loading screen

eshahrabani commented 8 months ago

Hey thanks for the report. I'll look into it soon!