Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • using non-standard schemes on locked-down computers

    I'm using a server for which I do not have administrator rights, and thus must direct Stata to look for ado-files in a nonstandard directory. I do so using

    Code:
    adopath ++ "my_user_directory"
    since I do have writing privileges in my_user_directory. I am also using a nonstandard graph scheme, which I have successfully installed in the same directory. But when I type

    Code:
    graph query, scheme
    this nonstandard scheme does not appear. Is there a command similar to adopath ++ that I must use to notify Stata where to look for the new scheme?

    Many thanks - I looked in help files and online and didn't see this, but may have just missed it (and I'm new to alternative schemes, so learning a lot as I go).

  • #2
    Robert Werth
    scheme files are placed either in base, personal, plus, or the other named adopath (can’t remember off the top of my head). If you place the file in a sub directory that is named ‘s’ within the personal directory you are adding to the adopath that might solve it.

    Comment

    Working...
    X