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 have a vagrantfile like this:
"python" => { "common" => { "user" => "vagrant", "requirements" => [ "pyt", "psycogreen==1.0", "psycopg2==2.8.5", ], }, "environments" => { "py27" => { "version" => "2.7.17", "requirements" => [ "gevent==1.2.1", ], }, "py38" => { "version" => "3.8.3", "requirements" => [ "gevent==20.6.2", ], }, }, },
And it didn't seem like it installed all the common => requirements dependencies correctly, so I should look into it
common => requirements
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have a vagrantfile like this:
And it didn't seem like it installed all the
common => requirements
dependencies correctly, so I should look into itThe text was updated successfully, but these errors were encountered: