We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 %
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: