BCDA-APS / use_bluesky

Tools to help APS use the Bluesky Framework (https://blueskyproject.io/)
8 stars 3 forks source link

test mac_2022_1.yml conda environment #112

Closed prjemian closed 2 years ago

prjemian commented 2 years ago

This file was copied directly from its Windows counterpart. Needs testing on a Mac.

prjemian commented 2 years ago

@rodolakis, @jsullivan-anl - Are either of you able to test if this conda environment works on a Mac?

  1. download this text file to local file mac_2022_1.yml: https://raw.githubusercontent.com/BCDA-APS/use_bluesky/main/install/mac_2022_1.yml
  2. in terminal/console/whatever, with conda base environment activated: conda env create --force -f mac_2022_1.yml

Should result in a new conda environment installed with name bluesky_2022_1

rodolakis commented 2 years ago

It appears to be working:

To activate this environment, use

#

$ conda activate bluesky_2022_1

#

To deactivate an active environment, use

#

$ conda deactivate

(base) iMac:macros_29id fannysimoes$ conda activate bluesky_2022_1 (bluesky_2022_1) iMac:macros_29id fannysimoes$ ipython Python 3.9.7 (default, Sep 16 2021, 08:50:36) Type 'copyright', 'credits' or 'license' for more information IPython 7.29.0 -- An enhanced Interactive Python. Type '?' for help.

In [1]: import apstools; print(apstools.version) 1.5.3

Fanny Rodolakis | 29-ID IEX Beamline Scientist

a.k.a. Fanny Simoes

Advanced Photon Source | Argonne National Laboratory 9700 S Cass Avenue, Bldg. 437-D004, Argonne IL 60439 Office: (630) 252-6817 | Beamline: (630) 252-2601 Email: @.**@.> | 29-ID Websitehttps://www.aps.anl.gov/Sector-29/29-ID


From: Pete R Jemian @.> Sent: Saturday, November 6, 2021 10:29 AM To: BCDA-APS/use_bluesky @.> Cc: Rodolakis, Fanny M. @.>; Mention @.> Subject: Re: [BCDA-APS/use_bluesky] test mac_2022_1.yml conda environment (Issue #112)

@rodolakishttps://github.com/rodolakis, @jsullivan-anlhttps://github.com/jsullivan-anl - Are either of you able to test if this conda environment works on a Mac?

  1. download this text file to local file mac_2022_1.yml: https://raw.githubusercontent.com/BCDA-APS/use_bluesky/main/install/mac_2022_1.yml
  2. in terminal/console/whatever, with conda base environment activated: conda env create --force -f mac_2022_1.yml

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/BCDA-APS/use_bluesky/issues/112#issuecomment-962467738, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AJQRT5PINVX4PUZ4OQ42B23UKVJUZANCNFSM5HPW3UEQ. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

prjemian commented 2 years ago

@rodolakis @gfabbris : Thanks for the testing.