From 0dc9edf11283b9574dd141f2933bace3b1bd8c0a Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Fri, 1 Jul 2022 19:52:22 +0200 Subject: [PATCH] We no longer use venv (breaks cpp_projection...) --- replay.py | 2 +- test.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/replay.py b/replay.py index ae837d1..db9c5fd 100755 --- a/replay.py +++ b/replay.py @@ -1,4 +1,4 @@ -#!./.venv/bin/python3.10 +#!/usr/bin/python3.10 import gym from gym.envs.registration import register import numpy as np diff --git a/test.py b/test.py index 0be23db..7e68c76 100755 --- a/test.py +++ b/test.py @@ -1,4 +1,4 @@ -#!./.venv/bin/python3.10 +#!/usr/bin/python3 import gym from gym.envs.registration import register import numpy as np