Handle installation outside of a virtual env
Closed this issue · 1 comments
Colin-b commented
Install add-in script wrongly assume that we are in a virtual environment:
scripts_folder = os.path.abspath(os.path.dirname(sys.executable))
data_dir = os.path.join(scripts_folder, "..")
Colin-b commented
The Excel add-in auto updater wrongly assume that the auto update executable script will be in the same folder as the python executable