Skip to content

Fixed symlink issue#5

Open
ritvik06 wants to merge 1 commit intomitmedialab:masterfrom
ritvik06:master
Open

Fixed symlink issue#5
ritvik06 wants to merge 1 commit intomitmedialab:masterfrom
ritvik06:master

Conversation

@ritvik06
Copy link
Copy Markdown

Creating a symlink issue using the existing instructions creates a link as follows on MacOS-

plot_data.tsv - > plotly_plots_with_full_data_with_all_fields_and_header_{ 1k, 100k, full }.tsv

After this link is created, I was unable to run any other scripts as they returned -

FileNotFoundError: [Errno 2] No such file or directory: '../data/plot_data.tsv'

Instead, going to the directory data and performing ln -s plotly_plots_with_full_data_with_all_fields_and_header_{ 1k, 100k, full }.tsv plot_data.tsv fixed the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant