diff --git a/cli/src/lib.rs b/cli/src/lib.rs index 485088d4..700d2014 100644 --- a/cli/src/lib.rs +++ b/cli/src/lib.rs @@ -157,7 +157,7 @@ Fetching and rebasing local changes from github."); let activate_path = filesystem::get_activate_filename(); let build_script_path = filesystem::get_build_script_filename(); let full_command = format!( - "source {} && {} {}", + ". {} && {} {}", activate_path, python_alias, build_script_path ); let mut child = Command::new("sh").args(&["-c", &full_command]).spawn()?; diff --git a/pipelines/setup.py b/pipelines/setup.py index 82d11304..cda92779 100644 --- a/pipelines/setup.py +++ b/pipelines/setup.py @@ -8,7 +8,7 @@ setuptools.setup( name="whale-pipelines", - version="1.3.1", + version="1.3.2", author="Robert Yi", author_email="robert@ryi.me", description="A pared-down metadata scraper + SQL runner.",