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

Installing DVNM on Mac OS X without Homebrew #500

Closed
weegeekps opened this issue Apr 29, 2015 · 5 comments
Closed

Installing DVNM on Mac OS X without Homebrew #500

weegeekps opened this issue Apr 29, 2015 · 5 comments

Comments

@weegeekps
Copy link

Is it possible to install DVNM on Mac OS X without Homebrew? I ask because since I run Macports on my Mac instead of Homebrew (because Homebrew simply doesn't have the packages I need) I am unable to safely install Homebrew to actually install DVNM. Installing Homebrew alongside Macports can cause all sorts of major issues that I'd like to avoid.

@ardacetinkaya
Copy link

I think you can just copy dnvm.sh to /usr/local/dnvm/ and run dnvm.sh from that path. I quess it will work as it is installed with Homebrew.

@miguellira
Copy link

@ardacetinkaya Looks like @weegeekps actually asked how to install DNVM without installing Homebrew.

@weegeekps DNVM is the version manager portion of DNX so you actually want to install DNX: https://github.com/aspnet/dnx. Good luck.

@breiter
Copy link

breiter commented May 11, 2015

I want this too. I think it is basically the same as the Linux instructions. Maybe the documentation just needs to be updated:

curl -sSL https://raw.githubusercontent.com/aspnet/Home/dev/dnvminstall.sh | DNX_BRANCH=dev sh && source ~/.dnx/dnvm/dnvm.sh

That source will only affect the current bash session. You then need to modify ~/.bashrc to include source ~/.dnx/dnvm/dnvm.sh. I think this will only work with bash and zsh.

@lukka
Copy link

lukka commented Jan 16, 2016

@breiter It is not needed to add anything to .bashrc, as the dnvminstall.sh script already appends the source string to your .bash_profile in your home.

@aspnet-hello
Copy link

This issue is being closed because it has not been updated in 3 months.

We apologize if this causes any inconvenience. We ask that if you are still encountering this issue, please log a new issue with updated information and we will investigate.

natemcmaster pushed a commit that referenced this issue Nov 20, 2018
Add Name and FileName to IFormFile
natemcmaster pushed a commit that referenced this issue Nov 22, 2018
…master

[automated] Merge branch 'release/2.2' => 'master'
@ghost ghost locked as resolved and limited conversation to collaborators Dec 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants