George p
12/17/2023, 12:32 AMkedro package for a project that sits in a folder called D:/projects/tmp_spaceflights.
However, on the pc I am working on, D: is mapped (i.e. aliased) as a drive to the location: C:/Coding
As a result, when using the command to package the project in a (Windows) command line [while in the folder mapped as D:/projects/tmp_spaceflights], I get an error saying that:
C:/Coding/projects/tmp_spaceflights is not in the subpath of D:/projects/tmp_spaceflights OR one path is relative and the other is absolute.
Is there a way to make it understand that in fact: D:/ == C:/Coding, that does not include changing my command line location from the 'mapped' D:/ to the original C:/Coding ?
The reason I start CMD with D: as a Current Working Directory (CWD) is because this offers me some shortcuts, validations and privileges that are pre-installed on this pc, which otherwise I would not have if my CWD was the 'resolved' C:/CodingJuan Luis
12/17/2023, 8:44 PM