We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af1a401 commit f1c6f3eCopy full SHA for f1c6f3e
oqs/oqs.py
@@ -108,8 +108,8 @@ def _install_liboqs(target_directory, oqs_version=None):
108
109
110
def _load_liboqs():
111
- home_dir = os.path.expanduser("~")
112
- oqs_install_dir = os.path.abspath(home_dir + os.path.sep + "_oqs") # $HOME/_oqs
+ home_dir = os.path.expanduser("/opt")
+ oqs_install_dir = os.path.abspath(home_dir + os.path.sep + "oqssa") # $HOME/_oqs
113
oqs_lib_dir = (
114
os.path.abspath(oqs_install_dir + os.path.sep + "bin") # $HOME/_oqs/bin
115
if platform.system() == "Windows"
0 commit comments