Skip to content

Pub should respect ~ in paths set in command-line arguments #3714

Closed
@sethladd

Description

@sethladd

This command: pub install --sdkdir=~/Code/Dart-git/dart/xcodebuild/ReleaseIA32/dart-sdk/

Generates this error:
Package unittest not found in source "sdk".

I need to fix it by specifying the exact path:

pub install --sdkdir=/Users/sethladd/Code/Dart-git/dart/xcodebuild/ReleaseIA32/dart-sdk/

Activity

munificent

munificent commented on Aug 17, 2012

@munificent
Member

The --sdkdir command line argument isn't used anymore.


Added Invalid label.

DartBot

DartBot commented on Jun 5, 2015

@DartBot

This issue has been moved to dart-lang/pub#52.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    closed-invalidClosed as we don't believe the reported issue is generally actionable

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @sethladd@munificent@DartBot

        Issue actions

          Pub should respect ~ in paths set in command-line arguments · Issue #3714 · dart-lang/sdk