Open EmanuelFaria opened 2 years ago
I'm installing docanalysis on my 2012 Macbook Air running Catalina 10.15.7 and following the install instructions on the docanalysis md.
Everything seemed to go well for the first part:
Creating a venv
>> mkdir docanalysis_demo >> cd docanalysis_demo >> python3 -m venv venv
But when activating venv using venv\Scripts\activate.bat as prescribed, I got this error: zsh: command not found: venvScriptsactivate.bat
venv\Scripts\activate.bat
zsh: command not found: venvScriptsactivate.bat
I'll copy my terminal contents below:
Last login: Wed Apr 13 13:12:44 on ttys000 emanuelfarruda@Mannys-MacBook-Air-3 ~ % mkdir docanalysis_demo emanuelfarruda@Mannys-MacBook-Air-3 ~ % cd docanalysis_demo emanuelfarruda@Mannys-MacBook-Air-3 docanalysis_demo % python3 -m venv venv emanuelfarruda@Mannys-MacBook-Air-3 docanalysis_demo % venv\Scripts\activate.bat zsh: command not found: venvScriptsactivate.bat emanuelfarruda@Mannys-MacBook-Air-3 docanalysis_demo %
I'm installing docanalysis on my 2012 Macbook Air running Catalina 10.15.7 and following the install instructions on the docanalysis md.
Everything seemed to go well for the first part:
Creating a venv
But when activating venv using
venv\Scripts\activate.bat
as prescribed, I got this error:zsh: command not found: venvScriptsactivate.bat
I'll copy my terminal contents below: