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
See (and possibly other instances for creating a virtual environment): http://docs.pylonsproject.org/projects/pyramid/en/latest/narr/install.html#installing-pyramid-on-a-windows-system
For Python 3.5.2 (I just verified):
Then from command line:
c:\>set VENV=c:\env c:\>python -m venv %VENV%
The text was updated successfully, but these errors were encountered:
stevepiercy
No branches or pull requests
See (and possibly other instances for creating a virtual environment):
http://docs.pylonsproject.org/projects/pyramid/en/latest/narr/install.html#installing-pyramid-on-a-windows-system
For Python 3.5.2 (I just verified):
Then from command line:
The text was updated successfully, but these errors were encountered: