Skip to content

Commit

Permalink
Seding de real interpreter path instead of the one that we store
Browse files Browse the repository at this point in the history
  • Loading branch information
gilgamezh committed Dec 12, 2015
1 parent 8b11a5a commit aa4b14d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fades/main.py
Expand Up @@ -189,7 +189,7 @@ def go(argv):
venvscache = cache.VEnvsCache(os.path.join(helpers.get_basedir(), 'venvs.idx'))
venv_data = venvscache.get_venv(indicated_deps, interpreter, uuid, options)
if venv_data is None:
venv_data, installed = envbuilder.create_venv(indicated_deps, interpreter, is_current,
venv_data, installed = envbuilder.create_venv(indicated_deps, args.python, is_current,
options, pip_options)
# store this new venv in the cache
venvscache.store(installed, venv_data, interpreter, options)
Expand Down

0 comments on commit aa4b14d

Please sign in to comment.