Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

dylandrop

macrumors newbie
Original poster
Jun 22, 2011
1
0
Hello all,

Can anyone tell me how to set my primary workspace or whatever it's called in Terminal to my local drive?

To be more specific: I'm at work, and need to install and download RVM (https://rvm.beginrescueend.com/). To install, you need to use a simple one line command: ' bash < <(curl -s https://rvm.beginrescueend.com/install/rvm) '. However, when I do this, the installer automatically installs to the company's mail server. (For security purposes, I cannot post the full message, but I'll post most of it at the end of my message). Is there any way to get it to stop doing this and just install to my local machine?


Message:
Code:
ddrop$ bash < <(curl -s https://rvm.beginrescueend.com/install/rvm)Successfully checked out branch ''
remote: Counting objects: 17, done.
remote: Compressing objects: 100% (5/5), done.
remote: Total 11 (delta 8), reused 9 (delta 6)
Unpacking objects: 100% (11/11), done.
From git://github.com/wayneeseguin/rvm
   f0cb8a1..65665b3  master     -> origin/master
First, rewinding head to replay your work on top of it...
Fast-forwarded master to 65665b3ac9118cb450db07fd003f215997d90169.
Successfully pulled (rebased) from origin 

  RVM:  Shell scripts enabling management of multiple ruby environments.
  RTFM: https://rvm.beginrescueend.com/
  HELP: http://webchat.freenode.net/?channels=rvm (#rvm on irc.freenode.net)
  
Upgrading the RVM installation in /Network/Servers/......
 
Code:
cd /

Should change the current directory to the root of your local drive.

It would seem like your home directory ~ is on the server.

Note: you should not need the bash. Only the bit starting with curl.

B
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.