change backslash to slash under Windows

This commit is contained in:
Bogumił Kamiński 2022-07-25 17:11:13 +02:00 committed by GitHub
parent 150901ad19
commit e8c7ed24e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,9 +21,9 @@ exit()
- press Enter - press Enter
# setting up the project environment for working with examples in the book # setting up the project environment for working with examples in the book
# D:\\JuliaForDataAnalysis is an example folder # D:\JuliaForDataAnalysis is an example folder
cd("D:\\JuliaForDataAnalysis") cd("D:/JuliaForDataAnalysis")
isfile("Project.toml") isfile("Project.toml")
isfile("Manifest.toml") isfile("Manifest.toml")
# switch to package manager mode by pressing ] # switch to package manager mode by pressing ]
@ -32,7 +32,7 @@ instantiate
# exit package manager mode by pressing backspace # exit package manager mode by pressing backspace
# activating project environment in a given folder # activating project environment in a given folder
activate D:\\JuliaForDataAnalysis\\ activate D:/JuliaForDataAnalysis
# setting up a new project folder # setting up a new project folder
# make sure your working directory is an empty folder # make sure your working directory is an empty folder