Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solve disk space reporting on Mac OS X #6

Open
mithro opened this issue Jun 17, 2020 · 0 comments
Open

Solve disk space reporting on Mac OS X #6

mithro opened this issue Jun 17, 2020 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@mithro
Copy link
Owner

mithro commented Jun 17, 2020

The output of make env-info has a weird /U after the disk space usage. Presumably this is caused by the sed regex not handling the du -h -s output.

$ make env-info
               Currently running on: 'MacOSX (x86_64)'
         Conda environment is named: ' conda-env'
   Conda Env Top level directory is: '/Users/travis/build/mithro/conda-env-make/test'
         Git top level directory is: '/Users/travis/build/mithro/conda-env-make'
              The version number is: 'v0.0-21-gb326bed'
            Git repository is using: 120K	/U
     Environment setup directory is: '$TOP_DIR/env'
    Download and cache directory is: '$TOP_DIR/env/downloads' (using 258M	/U)
               Conda's directory is: '$TOP_DIR/env/conda' (using 374M	/U)
 Conda's packages download cache is: '$TOP_DIR/env/downloads/conda-pkgs' (using 205M	/U)
           Conda's Python binary is: '$TOP_DIR/env/conda/envs/ conda-env/bin/python'
@mithro mithro added help wanted Extra attention is needed bug Something isn't working labels Jul 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant