We no longer use venv (breaks cpp_projection...)

This commit is contained in:
Dominik Moritz Roth 2022-07-01 19:52:22 +02:00
parent 14100cccc8
commit 0dc9edf112
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!./.venv/bin/python3.10
#!/usr/bin/python3.10
import gym
from gym.envs.registration import register
import numpy as np

View File

@ -1,4 +1,4 @@
#!./.venv/bin/python3.10
#!/usr/bin/python3
import gym
from gym.envs.registration import register
import numpy as np