nim-lang / atlas

The Atlas Package cloner. It manages an isolated workspace that contains projects and dependencies.
MIT License
99 stars 14 forks source link

I can't figure out how to `atlas use` a specific version #114

Open iffy opened 8 months ago

iffy commented 8 months ago

I've tried the following:

atlas use argparse==4.0.1
atlas use argparse=4.0.1
atlas use argparse@4.0.1
atlas use 'argparse == 4.0.1'
atlas use 'argparse = 4.0.1'

How do tell it to use a particular version?

Araq commented 8 months ago

It's a feature we really need but currently lack.

Clonkk commented 3 months ago

To add onto this:

atlas use package@#master

would be useful too