diff --git a/sim.jl b/sim.jl
index 9f1d47f6f79bd4a599d2456377173ed7ba57bcff..161ec31240e5a488819571ada1b0e2b65a03f080 100644
--- a/sim.jl
+++ b/sim.jl
@@ -1,6 +1,5 @@
-ENV["PYTHON"]=""
 using Pkg
-Pkg.activate(".")
+#Pkg.activate(".")
 
 #Pkg.add(url="https://gitlab.gwdg.de/smuehle1/RidePooling/", rev="planned_pickup")
 #Pkg.instantiate()   #there may be an error here concerning PyCall. The dependencies assume Python to be installed on your system, with package 'matplotlib' installed.