You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. Uncompress the file and update your `PATH` environment variable to include to the _graalpy-XX.Y.Z-macos-amd64/bin_ (or _graalpy-XX.Y.Z-macos-aarch64/bin_) directory.
113
113
@@ -142,7 +142,7 @@ This generates wrapper scripts and makes the implementation usable from a shell
142
142
```
143
143
For example:
144
144
```bash
145
-
graalpy -m venv ~/.virtualenvs/graalpy-23.1.2
145
+
graalpy -m venv ~/.virtualenvs/graalpy-23.1.0
146
146
```
147
147
148
148
2. Activate the environment in your shell session:
@@ -151,7 +151,7 @@ This generates wrapper scripts and makes the implementation usable from a shell
151
151
```
152
152
For example:
153
153
```bash
154
-
source ~/.virtualenvs/graalpy-23.1.2/bin/activate
154
+
source ~/.virtualenvs/graalpy-23.1.0/bin/activate
155
155
```
156
156
157
157
Multiple executables are available in the virtual environment, including: `python`, `python3`, and `graalpy`.
0 commit comments