Commit 8ba873ad authored by Jérome Perrin's avatar Jérome Perrin

Revert "component/defaults: fix python path for theia case"

This reverts commit 608f48f0914d7ac3d1adbee2593b9fcf069ff7a4.
parent 5b456e53
......@@ -21,7 +21,7 @@ update =
import os
path, os.environ['PYTHON'] = os.path.split(options['executable'])
PATH = os.environ['PATH']
if path != PATH.split(os.pathsep)[0]:
if path not in PATH.split(os.pathsep):
os.environ['PATH'] = path + os.pathsep + PATH
depends = ${gcc:recipe}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment