outerbounds 0.3.55rc7__py3-none-any.whl → 0.3.55rc8__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -512,7 +512,7 @@ def add_to_path(program_path, platform):
512
512
  with open(path_to_rc_file, "a+") as f: # Open bashrc file
513
513
  if program_path not in f.read():
514
514
  f.write("\n# Added by Outerbounds\n")
515
- f.write(program_path)
515
+ f.write(f"export PATH=$PATH:{program_path}")
516
516
 
517
517
 
518
518
  def to_windows_path(path):
@@ -10,10 +10,11 @@ def init_config(config_dir="", profile="") -> dict:
10
10
 
11
11
  # This is new remote-metaflow config; fetch it from the URL
12
12
  if "OBP_METAFLOW_CONFIG_URL" in config:
13
- return init_config_from_url(
13
+ remote_config = init_config_from_url(
14
14
  config_dir, profile, config["OBP_METAFLOW_CONFIG_URL"]
15
15
  )
16
-
16
+ remote_config["OBP_METAFLOW_CONFIG_URL"] = config["OBP_METAFLOW_CONFIG_URL"]
17
+ return remote_config
17
18
  # Legacy config, use from filesystem
18
19
  return config
19
20
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: outerbounds
3
- Version: 0.3.55rc7
3
+ Version: 0.3.55rc8
4
4
  Summary: More Data Science, Less Administration
5
5
  License: Proprietary
6
6
  Keywords: data science,machine learning,MLOps
@@ -4,12 +4,12 @@ outerbounds/command_groups/__init__.py,sha256=QPWtj5wDRTINDxVUL7XPqG3HoxHNvYOg08
4
4
  outerbounds/command_groups/cli.py,sha256=H4LxcYTmsY9DQUrReSRLjvbg9s9Ro7s-eUrcMqEJ_9A,261
5
5
  outerbounds/command_groups/local_setup_cli.py,sha256=YkiGWPnMLBJZm8bAvyXIdNqnqakVsEz-p-d1_LAIrU0,29635
6
6
  outerbounds/command_groups/perimeters_cli.py,sha256=kvfPbxHHMj_5KQ6J9dfq7AGeB9tPZA_h6gafxgGBiak,12700
7
- outerbounds/command_groups/workstations_cli.py,sha256=DLPOtdHkus8gzjATadG9xFLZ4uD7_SQsT1pp8UoHCpQ,21943
7
+ outerbounds/command_groups/workstations_cli.py,sha256=b5lt8_g2B0zCoUoNriTRv32IPB6E4mI2sUhubDT7Yjo,21966
8
8
  outerbounds/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
9
  outerbounds/utils/kubeconfig.py,sha256=l1mUP1j9VIq3fsffi5bJ1Nk-hYlwd1dIqkpj7DvVS1E,7936
10
- outerbounds/utils/metaflowconfig.py,sha256=keHDXEgUxQpmYuhk5OQF9Y2BEC72_CvU5uObAeQHsS0,2892
10
+ outerbounds/utils/metaflowconfig.py,sha256=pXm7-b5UpSdWIN7AMIq8jIa8zB7QpXPpFSsAlaSZNEM,3014
11
11
  outerbounds/utils/schema.py,sha256=cNlgjmteLPbDzSEUSQDsq8txdhMGyezSmM83jU3aa0w,2329
12
- outerbounds-0.3.55rc7.dist-info/METADATA,sha256=0Kg00Sn-N2uCE7329Qf-8mxEHBbEQM9TBd4xDZk5DaQ,1367
13
- outerbounds-0.3.55rc7.dist-info/WHEEL,sha256=vVCvjcmxuUltf8cYhJ0sJMRDLr1XsPuxEId8YDzbyCY,88
14
- outerbounds-0.3.55rc7.dist-info/entry_points.txt,sha256=7ye0281PKlvqxu15rjw60zKg2pMsXI49_A8BmGqIqBw,47
15
- outerbounds-0.3.55rc7.dist-info/RECORD,,
12
+ outerbounds-0.3.55rc8.dist-info/METADATA,sha256=zkDk7e2iq7WKTcpCbnKRuMXZDPhMXRDqgGzAQr91RfI,1367
13
+ outerbounds-0.3.55rc8.dist-info/WHEEL,sha256=vVCvjcmxuUltf8cYhJ0sJMRDLr1XsPuxEId8YDzbyCY,88
14
+ outerbounds-0.3.55rc8.dist-info/entry_points.txt,sha256=7ye0281PKlvqxu15rjw60zKg2pMsXI49_A8BmGqIqBw,47
15
+ outerbounds-0.3.55rc8.dist-info/RECORD,,