Skip to content

Setup script and requirements file for python virtualenv #50

New issue

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

Closed
dingp opened this issue Nov 2, 2020 · 0 comments · Fixed by #51
Closed

Setup script and requirements file for python virtualenv #50

dingp opened this issue Nov 2, 2020 · 0 comments · Fixed by #51

Comments

@dingp
Copy link
Contributor

dingp commented Nov 2, 2020

The setup script will do the following:

  1. setup python3 from cvmfs;
  2. create a default virtualenv named "moo_venv" if "moo_venv" does not exist under the current working directory;
  3. activate the virtualenv;
  4. check/install required python modules.

The requirements file will have the following modules listed as a starting point (these will meet the requirements of running "moo").

  • jsonnet
  • jsonpointer
  • Jinja2
  • anyconfig
  • numpy
  • jsonschema
dingp added a commit that referenced this issue Nov 2, 2020
@dingp dingp mentioned this issue Nov 2, 2020
@dingp dingp linked a pull request Nov 2, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant