On 9/4/2014 4:51 PM, Jordi Sayol via Digitalmars-d-announce wrote:
El 04/09/14 a les 22:17, Nick Sabalausky via Digitalmars-d-announce ha escrit:
What I'm doing wrong?

dvm install dvm

On Debian testing (mate desktop) without ~/.dvm dir, dmd still not found:
----
$ dvm install dvm
$ dvm install 2.065.0
Fetching: http://ftp.digitalmars.com/dmd.2.065.0.zip
[========================================>] 50581/49347 KB

Installing: dmd-2.065.0
$ dvm use 2.065.0
$ dmd
bash: dmd: command not found
----

BTW Is there a reason to mandatory copy dvm to ~/.dvm/bin directory?


Hmm, may wanna check your .bashrc. Unless it's changed since last time I looked, the Posix versions of dvm work by adding code to .bashrc which set up "dmd" as an alias.

Then again, I'm not sure that should matter if you're manually running "dvm use ...".

Are you maybe not using bash?

Reply via email to