Skip to content

Support VirtualEnv creation flags (e.g. --python=...) #392

@andyk

Description

@andyk

Flags that can be passed when creating a virtualenv should be supported.

I ran into this when i started an EC2 instance running a recent Ubuntu and ran:

cd example_agents/acme_dqn
agentos run agent

The VirtualEnv got created with Python 3.10.4 interpreter, which we don't support yet.

One solution would be to make VirtualEnv a PCS Component with attributes:

  • python_version
  • requirements_path

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

In Progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions