Hello! I am utilizing a virtual server version of Stata, and I am trying to install a package (geonear). Since I don't have permission to write to the server, I have tried to set the ado path to my local computer, successfully installed the package, and added the local path to adopath. But when I go to run the command, I am still being told the command is unrecognized.
. net set ado "\\Client\C$\Users\blah blah blah"
. ssc install geonear
checking geonear consistency and verifying not already installed...
all files already exist and are up to date.
. adopath + "\\Client\C$\Users\blah blah blah"
[1] (BASE) "C:\Program Files (x86)\Stata15\ado\base/"
[2] (SITE) "C:\Program Files (x86)\Stata15\ado\site/"
[3] "."
[4] (PERSONAL) "c:\ado\personal/"
[5] (PLUS) "c:\ado\plus/"
[6] (OLDPLACE) "c:\ado/"
[7] "\Client\C$\Users\blah blah blah"
. which geonear
command geonear not found as either built-in or ado-file
r(111);
Any advice?
. net set ado "\\Client\C$\Users\blah blah blah"
. ssc install geonear
checking geonear consistency and verifying not already installed...
all files already exist and are up to date.
. adopath + "\\Client\C$\Users\blah blah blah"
[1] (BASE) "C:\Program Files (x86)\Stata15\ado\base/"
[2] (SITE) "C:\Program Files (x86)\Stata15\ado\site/"
[3] "."
[4] (PERSONAL) "c:\ado\personal/"
[5] (PLUS) "c:\ado\plus/"
[6] (OLDPLACE) "c:\ado/"
[7] "\Client\C$\Users\blah blah blah"
. which geonear
command geonear not found as either built-in or ado-file
r(111);
Any advice?
Comment